From 99492bbb4ae04a7ad5c7d33572f785494ff205e4 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 20 Feb 2019 02:50:41 -0800 Subject: [PATCH] Include missing sys import --- bin/delpkg | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/delpkg b/bin/delpkg index 91733ce..6cd0421 100644 --- a/bin/delpkg +++ b/bin/delpkg @@ -9,6 +9,7 @@ Functions: import argparse import logging +import sys import packaging_scripts.pacmanconf as pacmanconf import packaging_scripts.pkgfiles as pkgfiles