Rev 556: Use absolute imports. in file:///data/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Fri Jul 18 21:19:17 BST 2008


At file:///data/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 556
revision-id: jelmer at samba.org-20080718201917-abqqu7qqrx3ftbh1
parent: jelmer at samba.org-20080718201254-phkice8vdvr2svvm
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2008-07-18 22:19:17 +0200
message:
  Use absolute imports.
modified:
  notify.py                      notify.py-20070713203101-vymtmaj9t9b95z99-1
=== modified file 'notify.py'
--- a/notify.py	2007-07-15 15:13:34 +0000
+++ b/notify.py	2008-07-18 20:19:17 +0000
@@ -74,12 +74,12 @@
             self.zeroconfserver.close()
 
     def show_about(self, item):
-        from about import AboutDialog
+        from bzrlib.plugins.gtk.about import AboutDialog
         dialog = AboutDialog()
         dialog.run()
 
     def show_preferences(self, item):
-        from preferences import PreferencesWindow
+        from bzrlib.plugins.gtk.preferences import PreferencesWindow
         prefs = PreferencesWindow()
         prefs.run()
 




More information about the bazaar-commits mailing list