1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-29 23:51:58 +00:00

arraylist for attrs

This commit is contained in:
Greg DiCristofaro
2021-04-28 13:37:40 -04:00
parent f93f658645
commit 066714e00c
2 changed files with 2 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ from org.sleuthkit.autopsy.casemodule.services import FileManager
from org.sleuthkit.autopsy.casemodule.services import Blackboard
from org.sleuthkit.autopsy.casemodule.services import Blackboard
from org.sleuthkit.datamodel import Score
from java.util import ArrayList
# Factory that defines the name and details of the module and allows Autopsy
# to create instances of the modules that will do the analysis.