scripts/compileUiFiles.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 7960
e8fc383322f7
child 8318
962bce857696
equal deleted inserted replaced
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.

eric ide

mercurial