From 4ac04f3ef2a7e7b0cd76e9a5bc5dbb267f2a6506 Mon Sep 17 00:00:00 2001 From: "Thomas Bohmbach, Jr" Date: Mon, 14 Sep 2009 14:39:18 -0500 Subject: [PATCH] Removed failing import of 'fcntl' --- tweepy/cache.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.25.1