From: <nr...@us...> - 2009-01-25 21:06:09
|
Revision: 5978 http://jython.svn.sourceforge.net/jython/?rev=5978&view=rev Author: nriley Date: 2009-01-25 21:06:04 +0000 (Sun, 25 Jan 2009) Log Message: ----------- Typo fix. Modified Paths: -------------- trunk/jython/registry Modified: trunk/jython/registry =================================================================== --- trunk/jython/registry 2009-01-25 20:13:29 UTC (rev 5977) +++ trunk/jython/registry 2009-01-25 21:06:04 UTC (rev 5978) @@ -1,4 +1,4 @@ -# Python Registry -*- ksh -*- +# Python Registry -*- sh -*- # This default registry sets many common options to their default values # All of these settings could be erased with no change in behavior @@ -17,7 +17,7 @@ python.cachedir = cachedir # Setting this property to true disables the package scan for the cachedir. -# Please be aware that disabling this will break imporing * from java packages +# Please be aware that disabling this will break importing * from java packages #python.cachedir.skip = false # Properties to check for initializing and updating the package cache This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |