Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-08-16 13:50:46 (GMT)
committer Manuel Kaufmann <humitos@gmail.com>2012-08-16 13:50:46 (GMT)
commitadb2a36e6f5216af37beeef2b439bef58d387d5e (patch)
tree89ec568594ed3ae6390dcd2b1ebac6861ebddaaf
parent03315ddcfd262678bee87581328046aaa98c4af9 (diff)
Remove old "pango" import
This commit fixes the issue related to "Pango.EllipsizeMode.MIDDLE" that was caused by these imports: import pango and from gi.repository import Pango
-rw-r--r--infoslicer/widgets/Textbox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/infoslicer/widgets/Textbox.py b/infoslicer/widgets/Textbox.py
index 634f967..0e586ad 100644
--- a/infoslicer/widgets/Textbox.py
+++ b/infoslicer/widgets/Textbox.py
@@ -5,7 +5,6 @@ from gi.repository import Gtk
from gi.repository import GObject
from gi.repository import Pango
import cPickle
-import pango
SELECT_SENTENCE, SELECT_PARAGRAPH, SELECT_SECTION, FULL_EDIT = range(4)