Bustage fix for 428009, whitespace change to force regen of automation.py

This commit is contained in:
Kai Engert 2008-06-18 13:15:02 +02:00
Родитель d30a4bd1bf
Коммит c1eda91a4a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -380,7 +380,7 @@ def fillCertificateDB(profileDir):
pwfile.write("\n")
pwfile.close()
# Create head of the ssltunnel configuration file
# Create head of the ssltunnel configuration file
sslTunnelConfigPath = os.path.join(CERTS_DIR, "ssltunnel.cfg")
sslTunnelConfig = open(sslTunnelConfigPath, "w")