PristineTar: add missing import for debug output
authorGuido Günther <agx@sigxcpu.org>
Mon, 30 Jan 2012 11:48:13 +0000 (12:48 +0100)
committerGuido Günther <agx@sigxcpu.org>
Mon, 30 Jan 2012 11:49:23 +0000 (12:49 +0100)
gbp/deb/pristinetar.py

index 56bff6a..77273ec 100644 (file)
@@ -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