aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/08_test_patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/08_test_patch.py')
-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__