~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to SoftwareProperties/dialog_edit.py

* merge with main

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import gtk
28
28
import gtk.glade
29
29
 
30
 
import aptsources
 
30
import UpdateManager.Common.aptsources as aptsources
31
31
 
32
32
class dialog_edit:
33
33
  def __init__(self, parent, sourceslist, source_entry, datadir):