Commit 1fbcd9d4 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix base class.

parent 646c1c7d
...@@ -29,8 +29,10 @@ ...@@ -29,8 +29,10 @@
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5.Document.Url import Url from Products.ERP5.Document.Url import Url
from Products.ERP5.Document.Node import Node
class GeographicalArea(Url):
class GeographicalArea(Node, Url):
""" """
A Geographical Area represent an area of the Earth which is address by its Geographical Points. A Geographical Area represent an area of the Earth which is address by its Geographical Points.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment