diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-03-11 21:15:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-11 21:15:45 +0100 |
| commit | fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8 (patch) | |
| tree | b754b3991e5e57a9ae9155819f73fa0cbd4be269 /debian/apport-launcher.py | |
| parent | ca9a4eb26b41c204d1bd3a15586b14a5dde950bb (diff) | |
| parent | c6627bc05a57645e6af8b9a5a67e452d9f37e487 (diff) | |
| download | vyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.tar.gz vyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.zip | |
Merge pull request #4 from zdc/T2117
Cloud-init: T2117: Updated to 20.1 version
Diffstat (limited to 'debian/apport-launcher.py')
| -rw-r--r-- | debian/apport-launcher.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/apport-launcher.py b/debian/apport-launcher.py deleted file mode 100644 index 30fea31b..00000000 --- a/debian/apport-launcher.py +++ /dev/null @@ -1,6 +0,0 @@ -'''Wrapper for cloudinit apport interface''' - -from cloudinit.apport import add_info as cloudinit_add_info - -def add_info(report, ui): - return cloudinit_add_info(report, ui) |
