cosmetic stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 26 May 2009 19:46:08 +0200
branchstable
changeset 1948 887ed691c635
parent 1947 8696403e5324
child 1949 9064102b4deb
cosmetic
cwconfig.py
web/views/editcontroller.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"""
--- 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