##// END OF EJS Templates
test_path: Replace imp.reload with importlib.reload
Nikita Kniazev -
Show More
@@ -12,7 +12,7 b' import unittest'
12 from contextlib import contextmanager
12 from contextlib import contextmanager
13 from unittest.mock import patch
13 from unittest.mock import patch
14 from os.path import join, abspath
14 from os.path import join, abspath
15 from imp import reload
15 from importlib import reload
16
16
17 import pytest
17 import pytest
18
18
General Comments 0
You need to be logged in to leave comments. Login now