From 3f87e78f1dfe28e90def45a3445e8e79c3e6650d Mon Sep 17 00:00:00 2001 From: sidheshenator Date: Thu, 4 Jun 2015 09:24:45 -0400 Subject: [PATCH] InternalPythonModules folder added along with a readme file --- Core/release/InternalPythonModules/README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 Core/release/InternalPythonModules/README.txt diff --git a/Core/release/InternalPythonModules/README.txt b/Core/release/InternalPythonModules/README.txt new file mode 100755 index 0000000000..e71281b732 --- /dev/null +++ b/Core/release/InternalPythonModules/README.txt @@ -0,0 +1,12 @@ +Place Jython modules HERE in their respective folders. Eg. - +InternalPythonModules/ + - testModule1/ + - testModule1.py + - testModule2/ + - testModule2.py + - testModule21.py + - testModule22.py + - testModule3/ + - testModule3.py +Content of this folder is automatically copied to NB installation structure. JythonModuleLoader looks up that location for Jython modules. +NOTE: Empty folders are not copied to the NB installation structure. \ No newline at end of file