diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-17 22:44:22 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-17 22:44:22 -0700 |
commit | 3f536b62a71a8cc45bb6ec8d59f64565831f57dd (patch) | |
tree | aa4f7437d77d3cd9d152b7dbf4b045fec426f200 /extras/chars.py | |
parent | 427c822910ac429a89518550bdf7b00d8e60a9a9 (diff) | |
parent | 475ec418dda19164125a3994e3999d7d328e013a (diff) |
Merge pull request #3 from cnelsonsic/master
Move some pksv stuff back into crystal.py
Diffstat (limited to 'extras/chars.py')
-rw-r--r-- | extras/chars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/chars.py b/extras/chars.py index 870e0bd74..6e0f920b4 100644 --- a/extras/chars.py +++ b/extras/chars.py @@ -1,4 +1,5 @@ # -*- 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? chars = { |