[gedit-latex] Fix completion
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Fix completion
- Date: Sat, 6 Aug 2011 03:27:10 +0000 (UTC)
commit 80a86b3abdaf015bdd1e83ee93fe46a1bf256d73
Author: John Stowers <john stowers gmail com>
Date: Sat Aug 6 15:27:02 2011 +1200
Fix completion
latex/base/editor.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/latex/base/editor.py b/latex/base/editor.py
index c6fce1d..237061c 100644
--- a/latex/base/editor.py
+++ b/latex/base/editor.py
@@ -19,13 +19,15 @@
# Street, Fifth Floor, Boston, MA 02110-1301, USA
import re
-from uuid import uuid1
import time
+from uuid import uuid1
+from logging import getLogger
from gi.repository import GObject, Gtk, Gdk
+
from .completion import CompletionDistributor
from .templates import TemplateDelegate
-from logging import getLogger
+from . import Template
class Editor(object):
"""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]