[gedit-latex] Some changes to make it actually work



commit abdc91f28a3600461197170a39bbae57a0efb28a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Oct 2 09:42:39 2011 +0200

    Some changes to make it actually work

 latex/__init__.py |    2 +-
 latex/editor.py   |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/latex/__init__.py b/latex/__init__.py
index c1d0078..9fa6d26 100644
--- a/latex/__init__.py
+++ b/latex/__init__.py
@@ -31,7 +31,7 @@ if "org.gnome.gedit.plugins.latex" not in Gio.Settings.list_schemas():
     raise Exception("Plugin schema not installed")
 
 from appactivatable import LaTeXAppActivatable
-from base.windowactivatable import LaTeXWindowActivatable
+from windowactivatable import LaTeXWindowActivatable
 
 
 
diff --git a/latex/editor.py b/latex/editor.py
index 3717196..b2f11c7 100644
--- a/latex/editor.py
+++ b/latex/editor.py
@@ -25,9 +25,9 @@ import uuid
 
 from gi.repository import GObject, Gtk, Gdk
 
-from .completion import CompletionDistributor
-from .templates import TemplateDelegate
-from . import Template
+from .base.completion import CompletionDistributor
+from .base.templates import TemplateDelegate
+from .base import Template
 
 LOG = logging.getLogger(__name__)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]