Remove unused import
authorGuido Günther <agx@sigxcpu.org>
Thu, 5 Sep 2013 09:53:18 +0000 (11:53 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 5 Sep 2013 10:03:05 +0000 (12:03 +0200)
gbp/scripts/common/buildpackage.py

index 0835711b1adc0bc897b6a183852fc4e4d1facec0..c80a24f890289bc68d698ab8b369fb7d63decaac 100644 (file)
@@ -23,7 +23,6 @@ import pipes
 import tempfile
 import shutil
 from gbp.command_wrappers import (CatenateTarArchive)
-from gbp.git import GitRepository
 from gbp.errors import GbpError
 import gbp.log