aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/errors.py
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2012-11-08 18:45:01 +0200
committerGuido Günther <agx@sigxcpu.org>2012-11-23 19:24:13 +0100
commit3678906db10415e1ff690c0fc9baba1fe1af1d97 (patch)
tree9768e3c3e087cde2f4b0154160077debc7fe3afe /gbp/errors.py
parent1da7e0d7325dd720796cb8644e067dd52ee7fe99 (diff)
import-orig: remove dead GbpNothingImported exception
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'gbp/errors.py')
-rw-r--r--gbp/errors.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/gbp/errors.py b/gbp/errors.py
index 1d9e8846..fd894046 100644
--- a/gbp/errors.py
+++ b/gbp/errors.py
@@ -20,9 +20,4 @@ class GbpError(Exception):
"""Generic exception raised in git-buildpackage commands"""
pass
-class GbpNothingImported(GbpError):
- msg = "Nothing to commit, nothing imported."
- def __str__(self):
- return self.msg
-
# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: