[blivet-gui:master 8/9] Change relative to absolute imports.

mulhern amulhern at redhat.com
Wed Jan 14 16:53:41 UTC 2015


Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivetgui/main.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/blivetgui/main.py b/blivetgui/main.py
index 8c4b265..15f8320 100755
--- a/blivetgui/main.py
+++ b/blivetgui/main.py
@@ -30,9 +30,9 @@ import gettext
 
 from gi.repository import Gtk
 
-from dialogs import message_dialogs
+from blivetgui.dialogs import message_dialogs
 
-from main_window import main_window, embedded_window
+from blivetgui.main_window import main_window, embedded_window
 
 #------------------------------------------------------------------------------#
 
-- 
1.9.3



More information about the anaconda-patches mailing list