summaryrefslogtreecommitdiff
path: root/extras/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
commit849c0d132d9a9a9b2414d5914f41a83820be8b11 (patch)
treed5a7a05a107665c03a32e2141046c69aea9cc319 /extras/chars.py
parent092baabdd4555d7147559c2b989133c63a45fb31 (diff)
rename textpre.py -> preprocessor.py
Diffstat (limited to 'extras/chars.py')
-rw-r--r--extras/chars.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/extras/chars.py b/extras/chars.py
index 3af83e7fa..28f37cb84 100644
--- a/extras/chars.py
+++ b/extras/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: "#",