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

DM-7261: Port to Python 3 #3

Merged
merged 8 commits into from Aug 20, 2016
Merged

DM-7261: Port to Python 3 #3

merged 8 commits into from Aug 20, 2016

Conversation

timj
Copy link
Member

@timj timj commented Aug 19, 2016

No description provided.

@timj timj changed the title DM-7261: Port to Python on3 DM-7261: Port to Python 3 Aug 19, 2016
@@ -14,6 +15,7 @@ doc/html
doc/*.tag
doc/*.inc
doc/doxygen.conf
doc/xml
Copy link
Member Author

Choose a reason for hiding this comment

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

Also tests/.cache I think.

Copy link
Contributor

Choose a reason for hiding this comment

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

I should add that. Oddly enough when I run py.test I don't see this; I'm not sure why

Add _build.* doc/xml/ and tests/.cache to .gitignore
Also remove one obsolete "from __future__ import"
that was confusing futurize
Remove obsolete "from __future__ import with_statement"
Put imports into standard order and grouping
Remove unused imports
Change "import numpy" to "import numpy as np"
Fixed a few lines that were too long or improperly indented
@r-owen r-owen merged commit 9bcb9e2 into master Aug 20, 2016
@ktlim ktlim deleted the tickets/DM-7261 branch August 25, 2018 04:59
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