mercurial/encoding.py
changeset 8312 b87a50b7125c
parent 8226 8b2cd04a6e97
child 9574 9e9f63d5c456
--- a/mercurial/encoding.py	Thu May 07 15:08:25 2009 +0300
+++ b/mercurial/encoding.py	Tue Apr 28 17:40:46 2009 +0200
@@ -5,7 +5,8 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-import sys, unicodedata, locale, os, error
+import error
+import sys, unicodedata, locale, os
 
 _encodingfixup = {'646': 'ascii', 'ANSI_X3.4-1968': 'ascii'}