From 4770a06ab765931286bc5ab6105c0d7dd6a86811 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 24 Dec 2011 14:16:49 +0100 Subject: Rename gbp.pq to gbp.patch_series since that's what it currently handles. --- gbp/scripts/pq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp/scripts') 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/" -- cgit v1.2.3