Utilities/uic.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
--- a/Utilities/uic.py	Fri Jan 01 16:11:36 2010 +0000
+++ b/Utilities/uic.py	Sat Jan 02 15:11:35 2010 +0000
@@ -56,7 +56,7 @@
                     # Allow the caller to change the name of the .py file or generate
                     # it in a different directory.
                     if map is not None:
-                        py_dir, py_file = map(py_dir, py_file)
+                        py_dir, py_file = list(map(py_dir, py_file))
 
                     # Make sure the destination directory exists.
                     try:

eric ide

mercurial