Description: Change default settings to connect with Twitter API
Author: Miguel Landaeta <nomadium@debian.org>
Bug-Debian: http://bugs.debian.org/736174
Forwarded: not-needed
Last-Update: 2014-04-10

--- tweepy-1.7.1.orig/tweepy/api.py
+++ tweepy-1.7.1/tweepy/api.py
@@ -16,7 +16,7 @@ class API(object):
 
     def __init__(self, auth_handler=None,
             host='api.twitter.com', search_host='search.twitter.com',
-             cache=None, secure=False, api_root='/1', search_root='',
+             cache=None, secure=True, api_root='/1.1', search_root='',
             retry_count=0, retry_delay=0, retry_errors=None,
             parser=None):
         self.auth = auth_handler
