-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused code/tests + 'modernize'
- Loading branch information
Showing
18 changed files
with
44 additions
and
1,131 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
from cdxj_indexer.main import CDXJIndexer, iter_file_or_dir | ||
from cdxj_indexer.postquery import append_method_query_from_req_resp | ||
from cdxj_indexer.bufferiter import buffering_record_iter | ||
from warc2zim.cdxj_indexer.bufferiter import buffering_record_iter | ||
from warc2zim.cdxj_indexer.main import iter_file_or_dir | ||
from warc2zim.cdxj_indexer.postquery import append_method_query_from_req_resp | ||
|
||
__all__ = [ | ||
"append_method_query_from_req_resp", | ||
"buffering_record_iter", | ||
"iter_file_or_dir", | ||
] |
This file was deleted.
Oops, something went wrong.
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.