autopsy-flatpak/InternalPythonModules
Raman 1464d73ea4 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	Core/nbproject/project.properties
#	Core/nbproject/project.xml
#	InternalPythonModules/android/calllog.py
#	InternalPythonModules/android/contact.py
#	InternalPythonModules/android/textmessage.py
#	InternalPythonModules/android/wwfmessage.py
2017-12-06 10:18:51 -05:00
..
2017-08-16 11:44:14 -04:00

Do not place user modules here. Place them in the folder at C:\Users\JDoe\AppData\Roaming\Autopsy\python_modules where JDoe is your Windows username. You can also access this folder by launching Autopsy and clicking Tools -> Python Plugins through the menu.

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.