--- a/compileUiFiles.py Fri Dec 31 15:50:33 2010 +0100 +++ b/compileUiFiles.py Sat Jan 01 19:24:20 2011 +0100 @@ -20,7 +20,8 @@ except ImportError: from PyQt4.uic import compileUi - def compileUiDir(dir, recurse = False, map = None, **compileUi_args): + def compileUiDir(dir, recurse = False, map = None, # __IGNORE_WARNING__ + **compileUi_args): """ Creates Python modules from Qt Designer .ui files in a directory or directory tree. @@ -115,4 +116,4 @@ print("""An internal error occured. Please report all the output of the program, including the following traceback, to eric5-bugs@eric-ide.python-projects.org. """) - raise \ No newline at end of file + raise