# HG changeset patch # User Jeff Hammel # Date 1487555723 28800 # Node ID 6de24d38788969d01927aa37aa5bcc183bf87fb8 # Parent 2bfd237c4e6c411ba9ed79b60768d6e51da46d14 remove old import diff -r 2bfd237c4e6c -r 6de24d387889 python/hgrc.py --- a/python/hgrc.py Sun Feb 19 17:54:57 2017 -0800 +++ b/python/hgrc.py Sun Feb 19 17:55:23 2017 -0800 @@ -21,7 +21,6 @@ import subprocess import sys from collections import OrderedDict -from ConfigParser import RawConfigParser as ConfigParser from StringIO import StringIO try: