From 30598bd310ec2385bbcedbddc98bb710dba4af34 Mon Sep 17 00:00:00 2001 From: C Nelson Date: Tue, 17 Apr 2012 23:32:56 -0500 Subject: Fix an import. original-commit-id: c7838eec93586379f3b938e5553060a0fd3febc0 --- chars.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chars.py b/chars.py index 870e0bd..6e0f920 100644 --- a/chars.py +++ b/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 = { -- cgit v1.2.3