changeset 830:6de24d387889

remove old import
author Jeff Hammel <k0scist@gmail.com>
date Sun, 19 Feb 2017 17:55:23 -0800
parents 2bfd237c4e6c
children d1c147c73f34
files python/hgrc.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: