Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CristianEdit/Globales.py
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-07-07 02:09:51 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-07-07 02:09:51 (GMT)
commitcbf7769b4af884a78e903e3f2be0ddc4243d7654 (patch)
tree49d2389c0312dc9065ac55cbd803aebd2129bd49 /CristianEdit/Globales.py
parent1e1328a1131c56911a6255b33dce5310558cf4f5 (diff)
Base, con muchos bugs.
Diffstat (limited to 'CristianEdit/Globales.py')
-rw-r--r--CristianEdit/Globales.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/CristianEdit/Globales.py b/CristianEdit/Globales.py
index f51679c..088748a 100644
--- a/CristianEdit/Globales.py
+++ b/CristianEdit/Globales.py
@@ -7,12 +7,12 @@
import os
import commands
-from gi.repository import GtkSource
+import gtksourceview2
-lenguaje_manager = GtkSource.LanguageManager()
+lenguaje_manager = gtksourceview2.LanguageManager()
lenguajes = lenguaje_manager.get_language_ids()
-estilo_manager = GtkSource.StyleSchemeManager()
+estilo_manager = gtksourceview2.StyleSchemeManager()
estilos = estilo_manager.get_scheme_ids()
datos = os.path.expanduser('~/.cristianedit')