diff 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
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