From 129a1fb4dbc375be0fa926964aa1be46a0cdbbef Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 21:54:34 +0200 Subject: Adding upstream version 0.1.21. Signed-off-by: Daniel Baumann --- assets/debputy | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 assets/debputy (limited to 'assets') diff --git a/assets/debputy b/assets/debputy new file mode 100644 index 0000000..8f4b27a --- /dev/null +++ b/assets/debputy @@ -0,0 +1,8 @@ +#!/usr/bin/python3 +import sys + +sys.path.insert(0, "/usr/share/dh-debputy") + +from debputy.commands.debputy_cmd.__main__ import main + +main() -- cgit v1.2.3