projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5c00a
)
Removed failing import of 'fcntl'
author
Thomas Bohmbach, Jr
<thomas@gumption.com>
Mon, 14 Sep 2009 19:39:18 +0000
(14:39 -0500)
committer
Thomas Bohmbach, Jr
<thomas@gumption.com>
Mon, 14 Sep 2009 19:39:18 +0000
(14:39 -0500)
tweepy/cache.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/cache.py
b/tweepy/cache.py
index 00d4b957f304447acf14d183d26bc5a7656e4d7f..1a39399250b1af03063a4a088c565e27f771a2aa 100644
(file)
--- 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: