Revision: 6368
http://jython.svn.sourceforge.net/jython/?rev=6368&view=rev
Author: otmarhumbel
Date: 2009-05-23 06:21:19 +0000 (Sat, 23 May 2009)
Log Message:
-----------
fix test_javashell
Modified Paths:
--------------
trunk/jython/Lib/javashell.py
Modified: trunk/jython/Lib/javashell.py
===================================================================
--- trunk/jython/Lib/javashell.py 2009-05-23 02:02:32 UTC (rev 6367)
+++ trunk/jython/Lib/javashell.py 2009-05-23 06:21:19 UTC (rev 6368)
@@ -89,5 +89,5 @@
def _getOsType():
return os._name
-_shellEnv = _ShellEnv(subprocess.shell_command)
+_shellEnv = _ShellEnv(subprocess._shell_command)
shellexecute = _shellEnv.execute
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|