summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macpath.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-06 18:52:52 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-06 18:52:52 (GMT)
commit985478dbbb10a03787173720c803b4f36b32529d (patch)
tree6da7cefb571efbe6a31d99bdb84f35d0188fb88b /Lib/test/test_macpath.py
parentdc1531c5c46fed0b24ed0175b18f8ba6e3762613 (diff)
downloadcpython-985478dbbb10a03787173720c803b4f36b32529d.zip
cpython-985478dbbb10a03787173720c803b4f36b32529d.tar.gz
cpython-985478dbbb10a03787173720c803b4f36b32529d.tar.bz2
Minor tweaking of previous r78734, and add a NEWS entry.
Diffstat (limited to 'Lib/test/test_macpath.py')
-rw-r--r--Lib/test/test_macpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_macpath.py b/Lib/test/test_macpath.py
index e81fba2..b29ed4c 100644
--- a/Lib/test/test_macpath.py
+++ b/Lib/test/test_macpath.py
@@ -56,7 +56,7 @@ class MacPathTestCase(unittest.TestCase):
'normpath() returned str instead of unicode')
class MacCommonTest(test_genericpath.CommonTest):
- path = macpath
+ pathmodule = macpath
def test_main():