summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-08-26 10:46:32 +0200
committerGuido Günther <agx@sigxcpu.org>2011-08-26 10:46:32 +0200
commit89318906a043e839209f36ce81581689c123c0a1 (patch)
treead42c797ff583839856c494e7768e0ef05a1d08f
parent3588d88e0382114e375bdce126293e135d09bb14 (diff)
Add docstring
Git-Dch: Ignore
-rw-r--r--gbp/pq.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/pq.py b/gbp/pq.py
index 3a13643..b8d62a1 100644
--- a/gbp/pq.py
+++ b/gbp/pq.py
@@ -14,6 +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
+"""Handle patches and patch queues"""
import os
import re