##// END OF EJS Templates
py3: update missing module list in test-check-py3-compat.t for Windows
Matt Harbison -
r39855:e5871e8f default
parent child Browse files
Show More
@@ -37,7 +37,8 b''
37 37 mercurial/scmwindows.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
38 38 mercurial/win32.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
39 39 mercurial/windows.py: error importing: <ModuleNotFoundError> No module named 'msvcrt' (error at windows.py:*) (no-windows !)
40
40 mercurial/posix.py: error importing: <ModuleNotFoundError> No module named 'fcntl' (error at posix.py:*) (windows !)
41 mercurial/scmposix.py: error importing: <ModuleNotFoundError> No module named 'fcntl' (error at scmposix.py:*) (windows !)
41 42 #endif
42 43
43 44 #if py3k pygments
General Comments 0
You need to be logged in to leave comments. Login now