aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/errors.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-22 13:36:37 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-23 14:18:03 +0200
commitde75bbf96dfe58f04005951d0d214322c7a83dda (patch)
tree5314c5c3c4d1a91dcacae2d30f941d35094b36b5 /gbp/errors.py
parenta1d240d5912792aecd7f588117cfe201b10f4c0e (diff)
git: Docstring updates
Diffstat (limited to 'gbp/errors.py')
-rw-r--r--gbp/errors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/errors.py b/gbp/errors.py
index ae9faea7..1d9e8846 100644
--- a/gbp/errors.py
+++ b/gbp/errors.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2006,2007 Guido Guenther <agx@sigxcpu.org>
+# (C) 2006,2007,2011 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-"""Things common to all gbp commands"""
+"""Errors raised in gbp commands"""
class GbpError(Exception):
"""Generic exception raised in git-buildpackage commands"""