[Mpuls-commits] r4604 - in base/trunk: . mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 10 16:31:34 CET 2011


Author: bh
Date: 2011-02-10 16:31:31 +0100 (Thu, 10 Feb 2011)
New Revision: 4604

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/lib/helpers.py
Log:
* mpulsweb/lib/helpers.py (PRINTABLE): Removed. Not used anywhere
in mpulsweb or the current applications anymore.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-02-10 12:48:24 UTC (rev 4603)
+++ base/trunk/ChangeLog	2011-02-10 15:31:31 UTC (rev 4604)
@@ -1,5 +1,10 @@
 2011-02-10  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/helpers.py (PRINTABLE): Removed. Not used anywhere
+	in mpulsweb or the current applications anymore.
+
+2011-02-10  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/lib/helpers.py: Remove imports that are not used in
 	helpers or accessed by the code that uses the helpers module: sys,
 	quoteattr, c, cache, response, HTML, PageNode

Modified: base/trunk/mpulsweb/lib/helpers.py
===================================================================
--- base/trunk/mpulsweb/lib/helpers.py	2011-02-10 12:48:24 UTC (rev 4603)
+++ base/trunk/mpulsweb/lib/helpers.py	2011-02-10 15:31:31 UTC (rev 4604)
@@ -34,7 +34,6 @@
 import re
 import os
 import datetime
-from string import printable
 
 from pylons import config, g, request, url
 from mpulsweb.lib.translation import _
@@ -56,8 +55,6 @@
 from mpulsweb.lib.app_globals import session
 
 
-PRINTABLE = frozenset(printable)
-
 log = logging.getLogger(__name__)
 
 



More information about the Mpuls-commits mailing list