From: Thomas Bohmbach, Jr Date: Mon, 14 Sep 2009 19:39:18 +0000 (-0500) Subject: Removed failing import of 'fcntl' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4ac04f3ef2a7e7b0cd76e9a5bc5dbb267f2a6506;p=tweepy.git Removed failing import of 'fcntl' --- diff --git a/tweepy/cache.py b/tweepy/cache.py index 00d4b95..1a39399 100644 --- a/tweepy/cache.py +++ b/tweepy/cache.py @@ -8,7 +8,6 @@ import time import threading import os import hashlib -import fcntl import cPickle as pickle try: