adding GoogleView in DataViews
From now we can use the Googlemap API to see where our ancestors and living families members lives. svn: r9725
This commit is contained in:
@@ -37,6 +37,7 @@ from PlaceView import PlaceView
|
||||
from MediaView import MediaView
|
||||
from RepositoryView import RepositoryView
|
||||
from NoteView import NoteView
|
||||
from GoogleView import GoogleView
|
||||
|
||||
try:
|
||||
import Config
|
||||
@@ -57,6 +58,7 @@ except:
|
||||
#MapView,
|
||||
RepositoryView,
|
||||
NoteView,
|
||||
GoogleView,
|
||||
]
|
||||
|
||||
def get_views():
|
||||
|
Reference in New Issue
Block a user