8313:dac33c7fce07 | 8314:e3642a6a1e71 |
---|---|
27 | 27 |
28 def compileUiFiles(): | 28 def compileUiFiles(): |
29 """ | 29 """ |
30 Compile the .ui files to Python sources. | 30 Compile the .ui files to Python sources. |
31 """ | 31 """ |
32 compileUiDir("eric6", True, __pyName) | 32 compileUiDir("eric7", True, __pyName) |
33 | 33 |
34 | 34 |
35 def main(argv): | 35 def main(argv): |
36 """ | 36 """ |
37 The main function of the script. | 37 The main function of the script. |