diff --git a/django/contrib/gis/maps/__init__.py b/django/contrib/gis/maps/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/gis/maps/google/__init__.py b/django/contrib/gis/maps/google/__init__.py deleted file mode 100644 index b80e6d30cd..0000000000 --- a/django/contrib/gis/maps/google/__init__.py +++ /dev/null @@ -1,69 +0,0 @@ -""" - This module houses the GoogleMap object, used for generating - the needed javascript to embed Google Maps in a Web page. - - Google(R) is a registered trademark of Google, Inc. of Mountain View, California. - - Example: - - * In the view: - return render(request, 'template.html', {'google': GoogleMap(key="abcdefg")}) - - * In the template: - - - {{ google.xhtml }} -
-