Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Py2 and Py3 Compatability #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ajelesnia
Copy link

Python 2 and Python 3 compatibility along with some other changes such as removing unnecessary functions, renaming one file and reformatting setup_gnip.py.

#!/usr/bin/env python
from gnip_historical.gnip_historical_cmd import *
#!/usr/bin/env pythonf
rom __future__ import print_function
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from

@ajelesnia ajelesnia changed the title Py2 and py3 Compatability Py2 and Py3 Compatability Dec 21, 2015
@ajelesnia ajelesnia closed this Dec 21, 2015
@ajelesnia ajelesnia reopened this Jan 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant