comparison hgext/inotify/linuxserver.py @ 10463:5ddde896a19d stable

remove unused imports
author Brodie Rao <me+hg@dackz.net>
date Sun, 14 Feb 2010 01:52:31 -0500
parents 08a0f04b56bd
children 08064db9f005
comparison
equal deleted inserted replaced
10462:a94804a8087d 10463:5ddde896a19d
6 # This software may be used and distributed according to the terms of the 6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version. 7 # GNU General Public License version 2 or any later version.
8 8
9 from mercurial.i18n import _ 9 from mercurial.i18n import _
10 from mercurial import osutil, util 10 from mercurial import osutil, util
11 import common
12 import server 11 import server
13 import errno, os, select, stat, sys, time 12 import errno, os, select, stat, sys, time
14 13
15 try: 14 try:
16 import linux as inotify 15 import linux as inotify