Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r95355:773010593365
Date: 2018-11-22 00:42 +0000
http://bitbucket.org/pypy/pypy/changeset/773010593365/
Log: fix import
diff --git a/extra_tests/test_decimal.py b/extra_tests/test_decimal.py
--- a/extra_tests/test_decimal.py
+++ b/extra_tests/test_decimal.py
@@ -4,7 +4,7 @@
import pickle
import sys
-from support import import_fresh_module
+from .support import import_fresh_module
C = import_fresh_module('decimal', fresh=['_decimal'])
P = import_fresh_module('decimal', blocked=['_decimal'])
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit