diff options
author | C Nelson <cnelsonsic@gmail.com> | 2012-04-17 23:32:56 -0500 |
---|---|---|
committer | C Nelson <cnelsonsic@gmail.com> | 2012-04-17 23:32:56 -0500 |
commit | 30598bd310ec2385bbcedbddc98bb710dba4af34 (patch) | |
tree | d0169336777384111092b4ba22176bf42824a449 | |
parent | 127dd914a259dc35be3178aa2c8056db7af964a0 (diff) |
Fix an import.
original-commit-id: c7838eec93586379f3b938e5553060a0fd3febc0
-rw-r--r-- | chars.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = { |