-
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.
Merge pull request #31 from gijshendriksen/use-ciff-toolkit
Use CIFF toolkit for reading and writing CIFF files
- Loading branch information
Showing
9 changed files
with
115 additions
and
533 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
from .ciff import CommonIndexFileFormat_pb2 | ||
from .ciff.to_csv import ToCSV | ||
from .ciff.to_ciff import ToCiff | ||
|
||
__all__ = ['CommonIndexFileFormat_pb2', 'ToCSV', 'ToCiff'] | ||
__all__ = ['ToCSV', 'ToCiff'] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.