Mercurial > python-hglib
comparison hglib/client.py @ 175:c16e2087660f
client: remove unused imports
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 06 Jul 2016 14:11:02 -0700 |
parents | 2725547a5f92 |
children | 3f854e3bcdd1 |
comparison
equal
deleted
inserted
replaced
174:c67410c74723 | 175:c16e2087660f |
---|---|
1 import subprocess, os, struct, re, datetime | 1 import struct, re, datetime |
2 import hglib | 2 import hglib |
3 from hglib import error, util, templates, merge, context | 3 from hglib import error, util, templates, merge, context |
4 | 4 |
5 from hglib.util import b, cmdbuilder, BytesIO, strtobytes | 5 from hglib.util import b, cmdbuilder, BytesIO, strtobytes |
6 | 6 |