summaryrefslogtreecommitdiff
path: root/gbp/scripts/pq.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-24 14:16:49 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-26 14:02:29 +0100
commit4770a06ab765931286bc5ab6105c0d7dd6a86811 (patch)
tree1a99899257091c71b7b1cfd40fe17235a558feac /gbp/scripts/pq.py
parent637b87a01a9bdc95c48a6edd85db196f9c4a95a9 (diff)
Rename gbp.pq to gbp.patch_series
since that's what it currently handles.
Diffstat (limited to 'gbp/scripts/pq.py')
-rw-r--r--gbp/scripts/pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pq.py b/gbp/scripts/pq.py
index 9cc2f0b..78eb6a2 100644
--- a/gbp/scripts/pq.py
+++ b/gbp/scripts/pq.py
@@ -30,7 +30,7 @@ from gbp.command_wrappers import (Command, GitCommand, RunAtCommand,
CommandExecFailed)
from gbp.errors import GbpError
import gbp.log
-from gbp.pq import (PatchSeries, Patch)
+from gbp.patch_series import (PatchSeries, Patch)
PQ_BRANCH_PREFIX = "patch-queue/"
PATCH_DIR = "debian/patches/"