From a8827a304ddb2de33a09928f70f45a8c414812df Mon Sep 17 00:00:00 2001 From: Raman Date: Thu, 19 Sep 2019 19:53:45 -0400 Subject: [PATCH] Fixed missing import. --- InternalPythonModules/android/imo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InternalPythonModules/android/imo.py b/InternalPythonModules/android/imo.py index 36b90bc3be..714c029445 100644 --- a/InternalPythonModules/android/imo.py +++ b/InternalPythonModules/android/imo.py @@ -29,6 +29,7 @@ from java.util.logging import Level from java.util import ArrayList from org.apache.commons.codec.binary import Base64 from org.sleuthkit.autopsy.casemodule import Case +from org.sleuthkit.autopsy.casemodule import NoCurrentCaseException from org.sleuthkit.autopsy.coreutils import Logger from org.sleuthkit.autopsy.coreutils import MessageNotifyUtil from org.sleuthkit.autopsy.coreutils import AppSQLiteDB