summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-30 12:48:13 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-30 12:49:23 +0100
commitc5eee2bac9c61c408dfd5905c1348c08884da3da (patch)
treeec449571a423a086d6d199fa07bc86b10ce67c2e
parent33f714a7ceec242b4e7a25fdf56e94a538195f4f (diff)
PristineTar: add missing import for debug output
-rw-r--r--gbp/deb/pristinetar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/deb/pristinetar.py b/gbp/deb/pristinetar.py
index 56bff6a7..77273ec7 100644
--- a/gbp/deb/pristinetar.py
+++ b/gbp/deb/pristinetar.py
@@ -17,6 +17,7 @@
"""Handle checkin and checkout of archives from the pristine-tar branch"""
import os, re
+import gbp.log
from gbp.command_wrappers import Command
from gbp.deb import UpstreamSource, compressor_opts