Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 Support + extras #3

Merged
merged 11 commits into from Oct 4, 2011
Merged

Python 3 Support + extras #3

merged 11 commits into from Oct 4, 2011

Conversation

cjlucas
Copy link

@cjlucas cjlucas commented Sep 19, 2011

I added 3.0+ support (trivial) and a repr function to the Track class (thought it could use some clarity). I Also added an import fallback to the builtin json module if simplejson wasn't installed.

zip_safe=False,
license='MIT',
install_requires=['simplejson>=2.0.9',]
name='pymediainfo',
Copy link
Collaborator

Choose a reason for hiding this comment

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

why was the indention changed?

@paltman
Copy link
Collaborator

paltman commented Sep 24, 2011

can you please revert all the indention changes?

@cjlucas
Copy link
Author

cjlucas commented Sep 24, 2011

fixed now, sorry about that.

@paltman
Copy link
Collaborator

paltman commented Oct 4, 2011

Thanks!

paltman added a commit that referenced this pull request Oct 4, 2011
Python 3 Support + extras
@paltman paltman merged commit edbd363 into sbraz:master Oct 4, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants