From: Robin Dunn Date: Wed, 3 Oct 2001 06:14:25 +0000 (+0000) Subject: Checked wxConfig on Linux, added filename X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3576334eadd0b526a6573db1be2bbf090b705a4b Checked wxConfig on Linux, added filename git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/tests/test6.py b/wxPython/tests/test6.py index 07568e227e..4f325d8a70 100644 --- a/wxPython/tests/test6.py +++ b/wxPython/tests/test6.py @@ -19,7 +19,7 @@ from wxPython.utils import wxConfig def main(): - cfg = wxConfig('test6', 'TCS') + cfg = wxConfig('test6', 'TCS', ".testconfig") cmd = '' if len(sys.argv) > 1: