aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/command_wrappers.py
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-10-18 15:36:54 +0200
committerGuido Guenther <agx@sigxcpu.org>2007-10-18 15:36:54 +0200
commit6aba358c925dd3c29db23cbd2123bdcb5950ab70 (patch)
treee473c4af507ff9374e5b05b983df566bd2a21e08 /gbp/command_wrappers.py
parent34d0347a72f22683a5d32bf07211182db330cf07 (diff)
pyline and other consistency updates
Diffstat (limited to 'gbp/command_wrappers.py')
-rw-r--r--gbp/command_wrappers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py
index 8853f18d..f275474d 100644
--- a/gbp/command_wrappers.py
+++ b/gbp/command_wrappers.py
@@ -9,6 +9,7 @@ git-buildpackage and friends
import subprocess
import sys
import os.path
+from errors import GbpError
class CommandExecFailed(Exception):
"""Exception raised by the Command class"""