Show More
@@ -12,8 +12,8 b' import common' | |||
|
12 | 12 | import errno, os, select, socket, stat, struct, sys, time |
|
13 | 13 | |
|
14 | 14 | try: |
|
15 |
import |
|
|
16 |
from |
|
|
15 | import linux as inotify | |
|
16 | from linux import watcher | |
|
17 | 17 | except ImportError: |
|
18 | 18 | print >> sys.stderr, '*** native support is required for this extension' |
|
19 | 19 | raise |
General Comments 0
You need to be logged in to leave comments.
Login now