summaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-07-02 19:53:26 +0200
committerGuido Günther <agx@sigxcpu.org>2010-07-04 16:52:23 +0200
commit9a56969fd974d48a46d13c481ada596341881fbb (patch)
tree6c34aef4bde5e6a2dc54db5fd792ab5057abcf31 /gbp
parentd3c09018625094e2947003409fd3f70b08c552bf (diff)
Import GbpError since we're using it
Git-Dch: Ignore
Diffstat (limited to 'gbp')
-rw-r--r--gbp/git.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/git.py b/gbp/git.py
index 05e8dbb4..5a8953e9 100644
--- a/gbp/git.py
+++ b/gbp/git.py
@@ -6,6 +6,7 @@
import subprocess
import os.path
from command_wrappers import (GitAdd, GitRm, GitCheckoutBranch, GitInit, GitCommand, copy_from)
+from errors import GbpError
import dateutil.parser
import calendar