src/eric7/Project/ProjectFormsBrowser.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9413
80c06d472826
child 9462
e65379fdbd97
equal deleted inserted replaced
9446:7965921a8b07 9449:c982bacca23f
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