diff tests/hghave.py @ 20644:779ceb84f4f7

tests: fix unused imports from inotify removal caught by pyflakes
author Matt Mackall <mpm@selenic.com>
date Tue, 04 Mar 2014 09:56:59 -0600
parents 352abbb0be88
children 0e1cbd3d52f7
line wrap: on
line diff
--- a/tests/hghave.py	Thu Feb 27 17:27:03 2014 -0800
+++ 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