aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-10-24 18:27:24 +0200
committerGuido Günther <agx@sigxcpu.org>2009-10-24 18:28:18 +0200
commit1d8fb9d26594521d1efe743486aba58328c1cfd4 (patch)
tree32eb8f1282b74a9a2d6c9f14d8a51758b4cc7d63
parentee3209c5838f852e5312596a592602db0525eb62 (diff)
import Command too
fixes "--verbose"
-rwxr-xr-xexamples/gbp-clone2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gbp-clone b/examples/gbp-clone
index 12e343f..552108c 100755
--- a/examples/gbp-clone
+++ b/examples/gbp-clone
@@ -24,7 +24,7 @@ import sys
import os, os.path
from gbp.config import (GbpOptionParser, GbpOptionGroup)
from gbp.git import (GitRepositoryError, GitRepository)
-from gbp.command_wrappers import (GitClone, CommandExecFailed, GitBranch)
+from gbp.command_wrappers import (GitClone, Command, CommandExecFailed, GitBranch)
from gbp.errors import GbpError