summaryrefslogtreecommitdiff
path: root/tests/testutils/python_repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/python_repo.py')
-rw-r--r--tests/testutils/python_repo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testutils/python_repo.py b/tests/testutils/python_repo.py
index 386e67014..9182bd9ba 100644
--- a/tests/testutils/python_repo.py
+++ b/tests/testutils/python_repo.py
@@ -1,9 +1,10 @@
import os
-import pytest
import re
import shutil
import subprocess
+import pytest
+
SETUP_TEMPLATE = '''\
from setuptools import setup