entropy.const: fix typo, SyntaxError

This commit is contained in:
Fabio Erculiani
2009-04-23 16:08:44 +02:00
parent 7ad459e7cd
commit b75e26268f
+1 -1
View File
@@ -894,7 +894,7 @@ def const_create_working_dirs():
pass
# Create paths
keys = [x for x in etpConst if isinstance(etpConst[x],basestring))]
keys = [x for x in etpConst if isinstance(etpConst[x],basestring)]
for key in etpConst:
if not etpConst[key] or \