Mercurial > hg > config
comparison python/hgrc.py @ 830:6de24d387889
remove old import
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 19 Feb 2017 17:55:23 -0800 |
| parents | 2bfd237c4e6c |
| children | d1c147c73f34 |
comparison
equal
deleted
inserted
replaced
| 829:2bfd237c4e6c | 830:6de24d387889 |
|---|---|
| 19 import optparse | 19 import optparse |
| 20 import os | 20 import os |
| 21 import subprocess | 21 import subprocess |
| 22 import sys | 22 import sys |
| 23 from collections import OrderedDict | 23 from collections import OrderedDict |
| 24 from ConfigParser import RawConfigParser as ConfigParser | |
| 25 from StringIO import StringIO | 24 from StringIO import StringIO |
| 26 | 25 |
| 27 try: | 26 try: |
| 28 # python 2 | 27 # python 2 |
| 29 import urlparse | 28 import urlparse |
