~evfool/update-manager/lp1013325

« back to all changes in this revision

Viewing changes to UpdateManager/Common/MyCache.py

  • Committer: Michael Vogt
  • Date: 2008-12-18 15:36:01 UTC
  • Revision ID: michael.vogt@ubuntu.com-20081218153601-kmluxt1cx76vm0gq
UpdateManagerText: add text UI

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
import re
32
32
import DistUpgrade.DistUpgradeCache
33
33
from DistUpgrade.DistUpgradeCache import NotEnoughFreeSpaceError
 
34
from gettext import gettext as _
34
35
 
35
36
SYNAPTIC_PINFILE = "/var/lib/synaptic/preferences"
36
37
CHANGELOGS_URI="http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog"