diff options
Diffstat (limited to 'SoftwareProperties/dialog_add_sources_list.py')
| -rw-r--r-- | SoftwareProperties/dialog_add_sources_list.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/SoftwareProperties/dialog_add_sources_list.py b/SoftwareProperties/dialog_add_sources_list.py index b0a868b1..3b581c6c 100644 --- a/SoftwareProperties/dialog_add_sources_list.py +++ b/SoftwareProperties/dialog_add_sources_list.py @@ -5,12 +5,14 @@ import gtk.glade import gobject import os from optparse import OptionParser -from aptsources import SourcesList, SourceEntryMatcher from gettext import gettext as _ import gettext import urllib from utils import * +from UpdateManager.Common.aptsources import SourcesList, SourceEntryMatcher + + class AddSourcesList: def __init__(self, parent, sourceslist, source_renderer, get_comparable, datadir, file): |
