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

Python3 Support #10

Merged
merged 3 commits into from
Jun 13, 2017
Merged

Python3 Support #10

merged 3 commits into from
Jun 13, 2017

Conversation

bassel-zeidan
Copy link
Collaborator

Background

Currently, the lib can't be imported in python3. The user will get an exception that complains that the file osconfig is not found. The reason behind it is that python3 requires the . for relative paths for this case.

Link:
https://stackoverflow.com/questions/12172791/changes-in-import-statement-python3

This PR solves this.

@bassel-zeidan bassel-zeidan changed the title Python3 support Python3 Support Jun 13, 2017
@bassel-zeidan bassel-zeidan mentioned this pull request Jun 13, 2017
@gadamc
Copy link
Collaborator

gadamc commented Jun 13, 2017

Looks simple enough. :) Thanks for the testing.

One change needs to be make though, the version number does NOT need to change. So, just remove that and we should be good to go.

@bassel-zeidan
Copy link
Collaborator Author

Done.

@gadamc gadamc merged commit a219661 into master Jun 13, 2017
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