projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7995eb5
)
Use new print syntax in cache
author
Aaron Hill
<aa1ronham@gmail.com>
Fri, 21 Feb 2014 19:50:09 +0000
(14:50 -0500)
committer
Aaron Hill
<aa1ronham@gmail.com>
Fri, 21 Feb 2014 19:50:09 +0000
(14:50 -0500)
tweepy/cache.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/cache.py
b/tweepy/cache.py
index 25564a3518ae176bfb6c78d60e8d3693b28b6331..a50a349891e9a2f5f7a63f45039183131e109c0f 100644
(file)
--- a/
tweepy/cache.py
+++ b/
tweepy/cache.py
@@
-155,7
+155,7
@@
class FileCache(Cache):
self._lock_file = self._lock_file_win32
self._unlock_file = self._unlock_file_win32
else:
- print
'Warning! FileCache locking not supported on this system!'
+ print
('Warning! FileCache locking not supported on this system!')
self._lock_file = self._lock_file_dummy
self._unlock_file = self._unlock_file_dummy