summaryrefslogtreecommitdiff
path: root/chars.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-04-26 16:58:20 -0500
committerBryan Bishop <kanzure@gmail.com>2012-04-26 16:58:20 -0500
commit35cb2c4f8b87162aade436f8f326b7a65c7d33ca (patch)
tree546a2521aac05556078da4d39ca8f516148f0699 /chars.py
parent53a9867201002bc77af7ae5dac9a3e193b9fe960 (diff)
rename textpre.py -> preprocessor.py
original-commit-id: 849c0d132d9a9a9b2414d5914f41a83820be8b11
Diffstat (limited to 'chars.py')
-rw-r--r--chars.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/chars.py b/chars.py
index 3af83e7..28f37cb 100644
--- a/chars.py
+++ b/chars.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
from copy import copy
-#this is straight out of ../textpre.py because i'm lazy
-#see jap_chars for overrides if you are in japanese mode?
+# this is straight out of ../preprocessor.py because i'm lazy
+# (also, it's flipped)
+# see jap_chars for overrides if you are in japanese mode?
chars = {
0x50: "@",
0x54: "#",