Rename google map location module

This commit is contained in:
Sophie Mori 2016-12-13 10:25:02 -05:00
parent e41e52e40c
commit a885f2924e
2 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@ import inspect
import traceback import traceback
from java.util.logging import Level 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.coreutils import Version
from org.sleuthkit.autopsy.ingest import IngestModuleFactory from org.sleuthkit.autopsy.ingest import IngestModuleFactory
from org.sleuthkit.autopsy.ingest import DataSourceIngestModule from org.sleuthkit.autopsy.ingest import DataSourceIngestModule
@ -25,7 +23,7 @@ import browserlocation
import cachelocation import cachelocation
import calllog import calllog
import contact import contact
import googlemap import googlemaplocation
import tangomessage import tangomessage
import textmessage import textmessage
import wwfmessage import wwfmessage