7841:1bb64cb3c4a8 | 7842:8fd1bd39e633 |
---|---|
25 except ImportError: | 25 except ImportError: |
26 pass | 26 pass |
27 | 27 |
28 sys.path.append(os.path.dirname(os.path.dirname(__file__))) | 28 sys.path.append(os.path.dirname(os.path.dirname(__file__))) |
29 # add the eric package directory | 29 # add the eric package directory |
30 | |
30 | 31 |
31 def objectName(formFile, projectPath): | 32 def objectName(formFile, projectPath): |
32 """ | 33 """ |
33 Function to get the object name of a form. | 34 Function to get the object name of a form. |
34 | 35 |