src/eric7/Project/ProjectFormsBrowser.py

branch
eric7
changeset 9448
ea215f7afab3
parent 9413
80c06d472826
child 9462
e65379fdbd97
equal deleted inserted replaced
9447:662075aa9361 9448:ea215f7afab3
32 from eric7.UI.NotificationWidget import NotificationTypes 32 from eric7.UI.NotificationWidget import NotificationTypes
33 33
34 34
35 from eric7 import Preferences, Utilities 35 from eric7 import Preferences, Utilities
36 36
37 from eric7config import getConfig 37 from eric7.Globals import getConfig
38 38
39 39
40 class ProjectFormsBrowser(ProjectBaseBrowser): 40 class ProjectFormsBrowser(ProjectBaseBrowser):
41 """ 41 """
42 A class used to display the forms part of the project. 42 A class used to display the forms part of the project.

eric ide

mercurial