~jibel/update-manager/AutoUpgradeTester-desktoptests

« back to all changes in this revision

Viewing changes to UpdateManager/UpdateManager.py

  • Committer: Michael Vogt
  • Date: 2012-01-10 10:13:39 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120110101339-tjsuah03oxmzrh32
* pyflake fixes, remove some dead code
* DistUpgrade/DistUpgradeController.py
  - call apport-cli directly for bug reporting of errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from gi.repository import Gtk
30
30
from gi.repository import Gdk
31
31
from gi.repository import GObject
32
 
from gi.repository import GLib
33
32
from gi.repository import Gio
34
33
GObject.threads_init()
35
34
from gi.repository import Pango