From 45f8fb666d264b8ea45d0ec9122d8882f10b96ae Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Thu, 17 Apr 2008 17:44:04 +0200 Subject: fix unpack_orig error reporting by addint the missing imports --- gbp/deb_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gbp/deb_utils.py b/gbp/deb_utils.py index d6116fff..c7c038f3 100644 --- a/gbp/deb_utils.py +++ b/gbp/deb_utils.py @@ -6,8 +6,10 @@ import email import commands import os +import sys import shutil import command_wrappers as gbpc +from errors import GbpError # When trying to parse a version-number from a dsc or changes file, these are # the valid characters. -- cgit v1.2.3