inotify: pacify pestiferous pyflakes precipitously
authorBryan O'Sullivan <bos@serpentine.com>
Wed, 19 Dec 2012 16:56:26 -0800
changeset 18099 11748167a78e
parent 18098 8c4e4661a0cb
child 18100 3a6ddacb7198
inotify: pacify pestiferous pyflakes precipitously
hgext/inotify/server.py
--- a/hgext/inotify/server.py	Wed Dec 19 10:45:40 2012 -0800
+++ b/hgext/inotify/server.py	Wed Dec 19 16:56:26 2012 -0800
@@ -15,7 +15,6 @@
 import stat
 import struct
 import sys
-import tempfile
 
 class AlreadyStartedException(Exception):
     pass