]> granicus.if.org Git - python/commitdiff
For current directory use os.curdir, not ".".
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 15 Sep 2000 12:58:08 +0000 (12:58 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 15 Sep 2000 12:58:08 +0000 (12:58 +0000)
Lib/test/test_gettext.py

index 5e61ba5dd4e88ed76c8d8bf1bc2d82c4c025c09e..d31cac2091d713a16e6677c2ee15e256f7f06331 100644 (file)
@@ -140,8 +140,8 @@ def teardown():
 
 try:
     setup()
-    test_api_1('.', MOFILE)
-    test_api_2('.', MOFILE)
+    test_api_1(os.curdir, MOFILE)
+    test_api_2(os.curdir, MOFILE)
 finally:
     teardown()
     pass