From 1e5c28f36b0fd2d5ac1683c88d48e3d7c243e993 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 22:18:22 +0200 Subject: Adding upstream version 0.1.28. Signed-off-by: Daniel Baumann --- coverage-report/deb_materialization_py.html | 110 ++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 coverage-report/deb_materialization_py.html (limited to 'coverage-report/deb_materialization_py.html') diff --git a/coverage-report/deb_materialization_py.html b/coverage-report/deb_materialization_py.html new file mode 100644 index 0000000..bbd6295 --- /dev/null +++ b/coverage-report/deb_materialization_py.html @@ -0,0 +1,110 @@ + + + + + Coverage for deb_materialization.py: 0% + + + + + +
+
+

+ Coverage for deb_materialization.py: + 0% +

+ +

+ 3 statements   + + + + +

+

+ « prev     + ^ index     + » next +       + coverage.py v7.2.7, + created at 2024-04-07 12:14 +0200 +

+ +
+
+
+

1#!/usr/bin/python3 -B 

+

2import pathlib 

+

3import sys 

+

4 

+

5DEBPUTY_ROOT_DIR = pathlib.Path(__file__).parent # TODO: Subst during install 

+

6 

+

7if __name__ == '__main__': 

+

8 # setup PYTHONPATH: add our installation directory. 

+

9 sys.path.insert(0, str(DEBPUTY_ROOT_DIR)) 

+

10 from debputy.commands.deb_materialization import main 

+

11 main() 

+
+ + + -- cgit v1.2.3