aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-13 12:45:09 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-13 12:45:09 +0200
commitbecdae4094c40e99d217c76c110e67d0506543ec (patch)
tree7c21608e197ee1399f63dcd77ec6d614aa8fd2f9
parentm (diff)
downloadpytagomacs-becdae4094c40e99d217c76c110e67d0506543ec.tar.gz
pytagomacs-becdae4094c40e99d217c76c110e67d0506543ec.tar.bz2
pytagomacs-becdae4094c40e99d217c76c110e67d0506543ec.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/editor.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/editor.py b/src/editor.py
index 93b0bf7..0b49e77 100644
--- a/src/editor.py
+++ b/src/editor.py
@@ -131,9 +131,6 @@ for file in files:
config_file = file
# and stop trying files with lower precedence.
break
-#g, l = globals(), dict(locals())
-#for key in l:
-# g[key] = l[key]
if config_file is not None:
code = None
# Read configuration script file
@@ -581,7 +578,7 @@ if __name__ == '__main__': # For testing
return True
area = None
try:
- area = TextArea(('a be se de e eff ge hå i ji kå ell emm enn o pe ku ärr ess te u ve dubbel-ve eks y säta å ä ö').split(' '), {}, 6, 4, 40, 10)
+ area = TextArea(('a be se de e eff ge hå i ji kå ell emm enn o pe ku ärr ess te u ve dubbel-ve eks y säta å ä ö').split(' '), {}, 6, 4, -6, -4)
area.initialise(True)
area.run(phonysaver)
finally: