[z3-checkins] r35459 - z3/deliverance/DeliveranceDemo/trunk/ddemo
ianb at codespeak.net
ianb at codespeak.net
Thu Dec 7 22:08:44 CET 2006
Author: ianb
Date: Thu Dec 7 22:08:42 2006
New Revision: 35459
Modified:
z3/deliverance/DeliveranceDemo/trunk/ddemo/helpers.py
Log:
Only Pylons trunk has those variables, and we don't care anyway
Modified: z3/deliverance/DeliveranceDemo/trunk/ddemo/helpers.py
==============================================================================
--- z3/deliverance/DeliveranceDemo/trunk/ddemo/helpers.py (original)
+++ z3/deliverance/DeliveranceDemo/trunk/ddemo/helpers.py Thu Dec 7 22:08:42 2006
@@ -5,4 +5,5 @@
"""
from webhelpers import *
from webhelpers.util import *
-from pylons.helpers import _, log, set_lang, get_lang
+from pylons.helpers import *
+
More information about the z3-checkins
mailing list