Comment 1 for bug 789940

Revision history for this message
Facundo Batista (facundo) wrote :

Fixed, all I needed to do is to replace (in 'enjuewemela/config_schema.py') how the import is done from configglue, see:

--- enjuewemela/config_schema.py 2011-05-14 17:54:27 +0000
+++ enjuewemela/config_schema.py 2011-05-27 14:56:50 +0000
@@ -1,8 +1,5 @@
-from configglue.pyschema.schema import (
- BoolConfigOption,
- Schema,
- StringConfigOption,
-)
+from configglue.pyschema.options import BoolConfigOption, StringConfigOption
+from configglue.pyschema.schema import Schema