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. --- tests/08_test_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/08_test_patch.py b/tests/08_test_patch.py index 8c25e04e..8735b16c 100644 --- a/tests/08_test_patch.py +++ b/tests/08_test_patch.py @@ -1,7 +1,7 @@ import os import unittest -from gbp.pq import Patch +from gbp.patch_series import Patch class TestPatch(unittest.TestCase): data_dir = "tests/%s_data" % __module__ -- cgit v1.2.3