diff options
Diffstat (limited to 'Lib/test/test_posixpath.py')
| -rw-r--r-- | Lib/test/test_posixpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py index 3af646f..2288c48 100644 --- a/Lib/test/test_posixpath.py +++ b/Lib/test/test_posixpath.py @@ -327,7 +327,7 @@ class PosixPathTest(unittest.TestCase): class PosixCommonTest(test_genericpath.CommonTest): - path = posixpath + pathmodule = posixpath attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat'] |
