gitpub-py 1.0.0__tar.gz → 1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gitpub_py-1.0.0 → gitpub_py-1.1}/PKG-INFO +1 -1
- {gitpub_py-1.0.0 → gitpub_py-1.1}/pyproject.toml +1 -1
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/gitpub.py +2 -2
- {gitpub_py-1.0.0 → gitpub_py-1.1}/LICENSE +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/README.md +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/__init__.py +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/css/interface.css +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/css/parallel-flow.css +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/css/style.css +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/js/csstree.js +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/js/paged-polyfill.js +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/js/parallel-flows.js +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/templates/document.html +0 -0
- {gitpub_py-1.0.0 → gitpub_py-1.1}/src/gitpub_py/assets/templates/template.html +0 -0
|
@@ -304,7 +304,7 @@ def main():
|
|
|
304
304
|
# ------------------------------------------------------------------------
|
|
305
305
|
|
|
306
306
|
# empty the html dir
|
|
307
|
-
os.system('rm
|
|
307
|
+
os.system('rm html/*')
|
|
308
308
|
|
|
309
309
|
# empty the yaml dir
|
|
310
|
-
os.system('rm
|
|
310
|
+
os.system('rm yaml/*')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|