# HG changeset patch # User Sylvain Thénault # Date 1243359968 -7200 # Node ID 887ed691c635cacaf49a0194aaee5e7c753a2bb2 # Parent 8696403e532428857d6d9de7cd329e16d3fc88e0 cosmetic diff -r 8696403e5324 -r 887ed691c635 cwconfig.py --- a/cwconfig.py Tue May 26 19:45:39 2009 +0200 +++ b/cwconfig.py Tue May 26 19:46:08 2009 +0200 @@ -11,6 +11,7 @@ """ __docformat__ = "restructuredtext en" +_ = unicode import sys import os @@ -27,7 +28,6 @@ CONFIGURATIONS = [] -_ = unicode class metaconfiguration(type): """metaclass to automaticaly register configuration""" diff -r 8696403e5324 -r 887ed691c635 web/views/editcontroller.py --- a/web/views/editcontroller.py Tue May 26 19:45:39 2009 +0200 +++ b/web/views/editcontroller.py Tue May 26 19:46:08 2009 +0200 @@ -5,6 +5,7 @@ :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" + from decimal import Decimal from rql.utils import rqlvar_maker