Removed failing import of 'fcntl'
authorThomas Bohmbach, Jr <thomas@gumption.com>
Mon, 14 Sep 2009 19:39:18 +0000 (14:39 -0500)
committerThomas Bohmbach, Jr <thomas@gumption.com>
Mon, 14 Sep 2009 19:39:18 +0000 (14:39 -0500)
tweepy/cache.py

index 00d4b957f304447acf14d183d26bc5a7656e4d7f..1a39399250b1af03063a4a088c565e27f771a2aa 100644 (file)
@@ -8,7 +8,6 @@ import time
 import threading
 import os
 import hashlib
-import fcntl
 import cPickle as pickle
 
 try: