changeset 8312 | b87a50b7125c |
parent 8298 | 9542f4c3fa1b |
child 9136 | 31177742f54a |
child 9469 | 7f0f882af23d |
--- 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'