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.

View File

@ -55,6 +55,7 @@ from org.sleuthkit.autopsy.casemodule.services import Services
from org.sleuthkit.autopsy.casemodule.services import FileManager
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 anlaysis.