comparison 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
comparison
equal deleted inserted replaced
20643:7fc371d2e5a3 20644:779ceb84f4f7
1 import os, stat, socket 1 import os, stat
2 import re 2 import re
3 import sys 3 import sys
4 import tempfile 4 import tempfile
5 5
6 tempprefix = 'hg-hghave-' 6 tempprefix = 'hg-hghave-'