Reorganize custom widgets into a new 'widgets' package.
4. Blow up 'grampswidgets' module into several smaller modules. Also move 'objectentry' module out from 'widgets' to src/, otherwise there would be circular dependency between the 'Editors' and 'widgets' packages. svn: r10703
This commit is contained in:
@@ -44,11 +44,12 @@ import Config
|
||||
import gen.lib
|
||||
import GrampsDisplay
|
||||
from Editors import EditPrimary
|
||||
from objectentries import PlaceEntry
|
||||
|
||||
from QuestionDialog import ErrorDialog
|
||||
from DisplayTabs import (SourceEmbedList, NoteTab, GalleryTab,
|
||||
EventBackRefList, AttrEmbedList)
|
||||
from widgets import (MonitoredEntry, PlaceEntry, PrivacyButton,
|
||||
from widgets import (MonitoredEntry, PrivacyButton,
|
||||
MonitoredDataType, MonitoredDate)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user