~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to SoftwareProperties/dialog_add_sources_list.py

* merge with mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import gobject
6
6
import os
7
7
from optparse import OptionParser
8
 
from aptsources import SourcesList, SourceEntryMatcher
9
8
from gettext import gettext as _
10
9
import gettext
11
10
import urllib
12
11
from utils import *
13
12
 
 
13
from UpdateManager.Common.aptsources import SourcesList, SourceEntryMatcher
 
14
 
 
15
 
14
16
class AddSourcesList:
15
17
    def __init__(self, parent, sourceslist, source_renderer,
16
18
                 get_comparable, datadir, file):