disabled copied of logging.conf again, problem with python 2.5

This commit is contained in:
Massimo DiPierro
2012-05-16 18:23:18 -05:00
parent 0be0644424
commit a2cc167d68
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-05-16 16:52:05) dev
Version 2.00.0 (2012-05-16 18:23:15) dev
+1 -1
View File
@@ -896,7 +896,7 @@ def start(cron=True):
if hasattr(options,key):
setattr(options,key,getattr(options2,key))
if not os.path.exists('logging.conf') and \
if False and not os.path.exists('logging.conf') and \
os.path.exists('logging.example.conf'):
import shutil
sys.stdout.write("Copying logging.conf.example to logging.conf ... ")