~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to UpdateManager/DistUpgradeFetcher.py

  • Committer: Michael Vogt
  • Date: 2007-06-18 14:55:46 UTC
  • Revision ID: michael.vogt@ubuntu.com-20070618145546-7g2mhehgk3v9177m
* UpdateManager/DistUpgradeFetcher.py:
  - add missing import for dbus
* tests/fetch_release_upgrader.py:
  - add test for release upgrader fetcher

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from Core.DistUpgradeFetcherCore import DistUpgradeFetcherCore
29
29
from gettext import gettext as _
30
30
import urllib2
 
31
import dbus
31
32
import os
32
33
 
 
34
 
33
35
class DistUpgradeFetcherGtk(DistUpgradeFetcherCore):
34
36
 
35
37
    def __init__(self, new_dist, progress, parent):