branch | stable |
changeset 1948 | 887ed691c635 |
parent 1802 | d628defebc17 |
child 1977 | 606923dff11b |
--- 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"""