Utils import isn't needed

This commit is contained in:
Joshua Harlow
2015-06-03 12:53:01 -07:00
parent 1f30ce0b61
commit 9c19880f6b

View File

@@ -28,8 +28,6 @@ import threading
import six
from fasteners import _utils
try:
# Used for the reader-writer lock get the right
# thread 'hack' (needed below).