Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
b9304183
Commit
b9304183
authored
May 14, 2018
by
Hugo
Browse files
Remove redundant Python 2.4 code
parent
30170626
Changes
1
Show whitespace changes
Inline
Side-by-side
tweepy/cache.py
View file @
b9304183
...
...
@@ -6,6 +6,7 @@ from __future__ import print_function
import
time
import
datetime
import
hashlib
import
threading
import
os
import
logging
...
...
@@ -15,12 +16,6 @@ try:
except
ImportError
:
import
pickle
try
:
import
hashlib
except
ImportError
:
# python 2.4
import
md5
as
hashlib
try
:
import
fcntl
except
ImportError
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment