Commit f5cbd2fd by rfkelly0

add missing imports for fs.watch

parent ec07d937
...@@ -29,9 +29,11 @@ an iterator over the change events. ...@@ -29,9 +29,11 @@ an iterator over the change events.
""" """
import sys
import weakref import weakref
import threading import threading
import Queue import Queue
import traceback
from fs.path import * from fs.path import *
from fs.errors import * from fs.errors import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment