From 3376ead7b52eab8cc0efffc41b88eb6de27878d0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Dec 2002 21:11:04 +0000 Subject: [PATCH] Setup the environment for testing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/setup.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 wxPython/demo/setup.sh diff --git a/wxPython/demo/setup.sh b/wxPython/demo/setup.sh new file mode 100755 index 0000000000..075e84f8cb --- /dev/null +++ b/wxPython/demo/setup.sh @@ -0,0 +1 @@ +export PYTHONPATH=/projects/wx/wxPython \ No newline at end of file