diff --git a/VERSION b/VERSION index 47100996..76c59897 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-05-14 14:28:31) dev +Version 2.00.0 (2012-05-15 09:05:35) dev diff --git a/gluon/widget.py b/gluon/widget.py index 0e75be8b..47fd3fef 100644 --- a/gluon/widget.py +++ b/gluon/widget.py @@ -896,11 +896,11 @@ def start(cron=True): if hasattr(options,key): setattr(options,key,getattr(options2,key)) - if not os.path.exists('logging.conf'): - import shutil - sys.stdout.write("Copying logging.conf.example to logging.conf ... ") - shutil.copyfile('logging.example.conf', 'logging.conf') - sys.stdout.write("OK\n") + #if not os.path.exists('logging.conf'): + # import shutil + # sys.stdout.write("Copying logging.conf.example to logging.conf ... ") + # shutil.copyfile('logging.example.conf', 'logging.conf') + # sys.stdout.write("OK\n") # ## if -T run doctests (no cron) if hasattr(options,'test') and options.test: