-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
15 files
+36 −23 | lane.py | |
+23 −3 | model/configuration.py | |
+3 −0 | model/constants.py | |
+121 −35 | model/credential.py | |
+2 −1 | model/datasource.py | |
+107 −56 | model/identifier.py | |
+14 −11 | opds.py | |
+24 −1 | opds2_import.py | |
+25 −7 | opds_import.py | |
+1 −0 | requirements.txt | |
+51 −23 | tests/test_lane.py | |
+22 −15 | tests/util/test_string_helpers.py | |
+37 −9 | util/__init__.py | |
+28 −0 | util/problem_detail.py | |
+20 −0 | util/string_helpers.py |