Utilities/__init__.py

changeset 69
2e78b0aab87e
parent 56
3bd61d38c924
child 97
c4086afea02b
--- a/Utilities/__init__.py	Sat Jan 16 19:36:17 2010 +0000
+++ b/Utilities/__init__.py	Sun Jan 17 12:07:53 2010 +0000
@@ -910,7 +910,7 @@
     import builtins
     if not codestring:
         try:
-            codestring = Utilities.readEncodedFile(file)[0]
+            codestring = readEncodedFile(file)[0]
         except (UnicodeDecodeError, IOError):
             return (False, None, None, None, None)
 
@@ -1242,4 +1242,4 @@
             u = getEnvironmentEntry('USERNAME')
         except KeyError:
             u = getEnvironmentEntry('username', None)
-        return u
\ No newline at end of file
+        return u

eric ide

mercurial