From a885f2924e34f6ee2409de606c191f5424f85548 Mon Sep 17 00:00:00 2001 From: Sophie Mori Date: Tue, 13 Dec 2016 10:25:02 -0500 Subject: [PATCH] Rename google map location module --- .../android/{googlemap.py => googlemaplocation.py} | 0 Core/release/InternalPythonModules/android/module.py | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) rename Core/release/InternalPythonModules/android/{googlemap.py => googlemaplocation.py} (100%) 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