Use new print syntax in cache
authorAaron Hill <aa1ronham@gmail.com>
Fri, 21 Feb 2014 19:50:09 +0000 (14:50 -0500)
committerAaron Hill <aa1ronham@gmail.com>
Fri, 21 Feb 2014 19:50:09 +0000 (14:50 -0500)
tweepy/cache.py

index 25564a3518ae176bfb6c78d60e8d3693b28b6331..a50a349891e9a2f5f7a63f45039183131e109c0f 100644 (file)
@@ -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