aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git/repository.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-31 08:25:01 +0100
committerGuido Günther <agx@sigxcpu.org>2012-02-20 16:16:12 +0100
commit10188096fca7f74f9af047a5be82fa1b2279dd45 (patch)
tree23a79c57bf678f9abfd67721a9e5cc75c8f0c86a /gbp/git/repository.py
parent20819006d71274bd809cf3e1aee62382e24200cb (diff)
copy_from: remove, not used anymore
Diffstat (limited to 'gbp/git/repository.py')
-rw-r--r--gbp/git/repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index adf23a7d..ce761930 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -21,7 +21,7 @@ import subprocess
import os.path
import gbp.log as log
-from gbp.command_wrappers import (GitCommand, CommandExecFailed, copy_from)
+from gbp.command_wrappers import (GitCommand, CommandExecFailed)
from gbp.errors import GbpError
from gbp.git.modifier import GitModifier
from gbp.git.commit import GitCommit