737 @param py_file suggested name for the compile source file (string) |
738 @param py_file suggested name for the compile source file (string) |
738 @return tuple of directory name (string) and source file name (string) |
739 @return tuple of directory name (string) and source file name (string) |
739 """ |
740 """ |
740 return py_dir, "Ui_{0}".format(py_file) |
741 return py_dir, "Ui_{0}".format(py_file) |
741 |
742 |
742 compileUiDir("eric", True, pyName) |
743 compileUiDir(sourceDir, True, pyName) |
743 |
744 |
744 def main(argv): |
745 def main(argv): |
745 """ |
746 """ |
746 The main function of the script. |
747 The main function of the script. |
747 |
748 |