diff --git a/Core/release/InternalPythonModules/android/googlemap.py b/Core/release/InternalPythonModules/android/googlemaplocation.py similarity index 100% rename from Core/release/InternalPythonModules/android/googlemap.py rename to Core/release/InternalPythonModules/android/googlemaplocation.py diff --git a/Core/release/InternalPythonModules/android/module.py b/Core/release/InternalPythonModules/android/module.py index 83ea9002c5..bff6c8d05e 100755 --- a/Core/release/InternalPythonModules/android/module.py +++ b/Core/release/InternalPythonModules/android/module.py @@ -3,8 +3,6 @@ import inspect import traceback from java.util.logging import Level -from org.openide.util.lookup import ServiceProvider -from org.openide.util import NbBundle from org.sleuthkit.autopsy.coreutils import Version from org.sleuthkit.autopsy.ingest import IngestModuleFactory from org.sleuthkit.autopsy.ingest import DataSourceIngestModule @@ -25,7 +23,7 @@ import browserlocation import cachelocation import calllog import contact -import googlemap +import googlemaplocation import tangomessage import textmessage import wwfmessage