diff -r e0eb03bfa5af -r b87a50b7125c mercurial/config.py --- a/mercurial/config.py Thu May 07 15:08:25 2009 +0300 +++ b/mercurial/config.py Tue Apr 28 17:40:46 2009 +0200 @@ -6,7 +6,8 @@ # GNU General Public License version 2, incorporated herein by reference. from i18n import _ -import re, error, os +import error +import re, os class sortdict(dict): 'a simple sorted dictionary'