diff hgext/inotify/client.py @ 7280:810ca383da9c

remove unused variables
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Oct 2008 19:25:26 +0100
parents 59b4ae211584
children b4ac1e2cd38c
line wrap: on
line diff
--- a/hgext/inotify/client.py	Tue Oct 28 19:07:14 2008 +0100
+++ b/hgext/inotify/client.py	Tue Oct 28 19:25:26 2008 +0100
@@ -9,7 +9,7 @@
 from mercurial.i18n import _
 from mercurial import ui
 import common
-import os, select, socket, stat, struct, sys
+import os, socket, struct
 
 def query(ui, repo, names, match, ignored, clean, unknown=True):
     sock = socket.socket(socket.AF_UNIX)