~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to UpdateManager/UpdateManager.py

  • Committer: Michael Vogt
  • Date: 2009-01-27 09:27:06 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090127092706-12ey231jri88s1vv
reorganize the imports and get rid of "Common" submodule 
and merge that all into "Core"

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
from gettext import gettext as _
69
69
from gettext import ngettext
70
70
 
71
 
from Common.SimpleGladeApp import SimpleGladeApp
72
 
from Common.HelpViewer import HelpViewer
73
71
 
74
72
from Core.utils import *
75
73
from Core.UpdateList import UpdateList
76
74
from Core.MyCache import MyCache, NotEnoughFreeSpaceError
 
75
from Core.MetaRelease import Dist
77
76
 
78
77
from DistUpgradeFetcher import DistUpgradeFetcherGtk
79
78
from ChangelogViewer import ChangelogViewer
80
 
 
81
 
from Core.MetaRelease import Dist
 
79
from SimpleGladeApp import SimpleGladeApp
 
80
from HelpViewer import HelpViewer
82
81
from MetaReleaseGObject import MetaRelease
83
82
 
84
83
#import pdb