[Mpuls-commits] r766 - in wasko/branches/2.0: . waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 19 18:53:54 CET 2010


Author: bh
Date: 2010-01-19 18:53:54 +0100 (Tue, 19 Jan 2010)
New Revision: 766

Modified:
   wasko/branches/2.0/ChangeLog.txt
   wasko/branches/2.0/waskaweb/lib/app_globals.py
Log:
* waskaweb/lib/app_globals.py: Remove unused imports


Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt	2010-01-19 17:53:13 UTC (rev 765)
+++ wasko/branches/2.0/ChangeLog.txt	2010-01-19 17:53:54 UTC (rev 766)
@@ -1,5 +1,9 @@
 2010-01-19  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/lib/app_globals.py: Remove unused imports
+
+2010-01-19  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/lib/app_globals.py (Globals.__init__): access
 	pylons.config consistently as config
 

Modified: wasko/branches/2.0/waskaweb/lib/app_globals.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/app_globals.py	2010-01-19 17:53:13 UTC (rev 765)
+++ wasko/branches/2.0/waskaweb/lib/app_globals.py	2010-01-19 17:53:54 UTC (rev 766)
@@ -24,9 +24,7 @@
 
 """The application's Globals object"""
 
-import sys
 import os
-import traceback
 import logging
 
 from pylons import config



More information about the Mpuls-commits mailing list