From ec14b3742103754d9022782587d0b5cf2f9fd1e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 25 Apr 2024 04:59:48 +0200 Subject: Merging upstream version 0.1.29. Signed-off-by: Daniel Baumann --- coverage-report/deb_materialization_py.html | 110 ---------------------------- 1 file changed, 110 deletions(-) delete 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 deleted file mode 100644 index bbd6295..0000000 --- a/coverage-report/deb_materialization_py.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - 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