-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* closes #56 * running `2to3 rdtools/` shows the only incompatibilities are the relative imports already addressed in #67 so merge #68 to fix imports * running `2to3 tests/` shows python 2 print commands, so rerun 2to3 with `-f print -w -n` to add parentheses to print statements to make them calls instead of commands, altho these should really be replaced by logging, so TODO: make another issue and PR to add logging to tests Signed-off-by: Mark Mikofski <bwana.marko@yahoo.com>
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters