File: readme.txt

package info (click to toggle)
jython 2.5.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 41,624 kB
  • ctags: 101,579
  • sloc: python: 351,444; java: 204,338; xml: 1,316; sh: 330; ansic: 126; perl: 114; makefile: 94
file content (11 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
The WEB-INF/lib-python directory, if it exists, is automatically added 
to sys.path. Adding jython modules into this directory will make them 
available for import into your application.

If you add your modules in a subdirectory, then be sure that that 
subdirectory contains an __init__.py file, so that the subdirectory 
is considered to be a package.

See here for more details.
http://www.rexx.com/~dkuhlman/python_101/python_101.html#SECTION004540000000000000000
http://www.python.org/doc/essays/packages.html