[meld/Python3] meldwindow: Fix relative import (bgo#767224)
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/Python3] meldwindow: Fix relative import (bgo#767224)
- Date: Fri, 3 Jun 2016 23:46:29 +0000 (UTC)
commit 4011cfbcdbe66e74ef811a6e4d823fca9561a85c
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat Jun 4 09:45:26 2016 +1000
meldwindow: Fix relative import (bgo#767224)
No relative imports allowed in Python 3.
meld/meldwindow.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/meldwindow.py b/meld/meldwindow.py
index 92dd9e2..de9cc79 100644
--- a/meld/meldwindow.py
+++ b/meld/meldwindow.py
@@ -138,7 +138,7 @@ class MeldWindow(gnomeglade.Component):
# Manually handle shells that don't show an application menu
gtk_settings = Gtk.Settings.get_default()
if not gtk_settings.props.gtk_shell_shows_app_menu:
- from meldapp import app
+ from meld.meldapp import app
def make_app_action(name):
def app_action(*args):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]