-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove packages future and attrs * Fixup spacing on all copyright texts (black will change that) * Ordered all imports (with isort) * Remove object usage * Replace call unicode instances with str, long with int * Replace raise_from with raise ... from * Remove all usages of OrderedDict. Ordinary dict guarantees order * Replace execfile with exec * Combine nosis/pickler.py and nosis/xtoy.py into nosis.py * Added tests for nosis.py * Raise NotImplementedError on node BE_to_LE() and LE_to_BE() as they might not work properly in py3. Missing test suits for them to verify.
- Loading branch information
Showing
25 changed files
with
682 additions
and
699 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
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
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
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
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
Oops, something went wrong.