aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
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 /tests
parent637b87a01a9bdc95c48a6edd85db196f9c4a95a9 (diff)
Rename gbp.pq to gbp.patch_series
since that's what it currently handles.
Diffstat (limited to 'tests')
-rw-r--r--tests/08_test_patch.py2
1 files changed, 1 insertions, 1 deletions
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__