tests: fix unused imports from inotify removal caught by pyflakes stable
authorMatt Mackall <mpm@selenic.com>
Tue, 04 Mar 2014 09:56:59 -0600
branchstable
changeset 1351 49bef9bfeb50
parent 1350 f541c0ba771c
child 1352 9dcd045229b4
child 1353 b420a21eb9e5
tests: fix unused imports from inotify removal caught by pyflakes [ original upstream message ]
tests/hghave.py
--- a/tests/hghave.py	Sat Mar 01 16:20:15 2014 -0600
+++ b/tests/hghave.py	Tue Mar 04 09:56:59 2014 -0600
@@ -1,4 +1,4 @@
-import os, stat, socket
+import os, stat
 import re
 import sys
 import tempfile