aboutsummaryrefslogtreecommitdiffstats
path: root/src/editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.py')
-rw-r--r--src/editor.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/editor.py b/src/editor.py
index 85f84a1..c1b98c4 100644
--- a/src/editor.py
+++ b/src/editor.py
@@ -27,10 +27,10 @@ gettext.bindtextdomain('@PKGNAME@', '@LOCALEDIR@')
gettext.textdomain('@PKGNAME@')
_ = gettext.gettext
-from killring import *
-from editring import *
-from common import *
-from line import *
+from pytagomacs.killring import *
+from pytagomacs.editring import *
+from pytagomacs.common import *
+from pytagomacs.line import *