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
57e8bc79
Commit
57e8bc79
authored
Apr 09, 2012
by
Pablo Castellano
Browse files
Fix project urls
parent
6d7d73c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/install.rst
View file @
57e8bc79
...
...
@@ -7,7 +7,7 @@ Install from PyPI::
Install from source::
git clone git://github.com/
joshthecoder
/tweepy.git
git clone git://github.com/
tweepy
/tweepy.git
cd tweepy
python setup.py install
tweepy/binder.py
View file @
57e8bc79
...
...
@@ -63,7 +63,7 @@ def bind_api(**config):
# Manually set Host header to fix an issue in python 2.5
# or older where Host is set including the 443 port.
# This causes Twitter to issue 301 redirect.
# See Issue http://github.com/
joshthecoder
/tweepy/issues/
#issue/
12
# See Issue http
s
://github.com/
tweepy
/tweepy/issues/12
self
.
headers
[
'Host'
]
=
self
.
host
def
build_parameters
(
self
,
args
,
kargs
):
...
...
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