changeset 175:c16e2087660f

client: remove unused imports
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 06 Jul 2016 14:11:02 -0700
parents c67410c74723
children 3f854e3bcdd1
files hglib/client.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hglib/client.py	Sat Apr 16 18:18:46 2016 -0500
+++ b/hglib/client.py	Wed Jul 06 14:11:02 2016 -0700
@@ -1,4 +1,4 @@
-import subprocess, os, struct, re, datetime
+import struct, re, datetime
 import hglib
 from hglib import error, util, templates, merge, context