From 776f39922eb8e55557072db4cd532fbc71ad5f54 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Tue, 15 May 2012 09:06:31 -0500 Subject: [PATCH] removed copy of logging.conf because default logging.example.conf breaks web2py. --- VERSION | 2 +- gluon/widget.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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: