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

Compatibility overhaul and Travis integration #14

Merged
merged 14 commits into from
Aug 27, 2015
Merged

Compatibility overhaul and Travis integration #14

merged 14 commits into from
Aug 27, 2015

Conversation

midnightlynx
Copy link
Contributor

Python 2.6, 2.7, 3.3 and 3.4 now supported.

__version__ = '2.1'
from __future__ import absolute_import
from __future__ import print_function
import six
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like we're importing six twice.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops. We were. Fixed now.

mschwager added a commit that referenced this pull request Aug 27, 2015
Compatibility overhaul and Travis integration
@mschwager mschwager merged commit d37822e into duosecurity:master Aug 27, 2015
@mschwager
Copy link
Contributor

Thanks again @midnightlynx!

@mschwager mschwager mentioned this pull request Aug 27, 2015
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.

2 participants