cpython/Lib/test/test_import
Segev Finer 7a99625e0d Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920)
We get `ERROR_BAD_NETPATH` (53) on AppVeyor which is translated to
ENOENT (2).
2017-06-02 09:28:16 -07:00
..
data/circular_imports bpo-30024: Circular imports involving absolute imports with binding (#1264) 2017-05-09 22:31:05 +03:00
__init__.py Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920) 2017-06-02 09:28:16 -07:00
__main__.py