Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Lu Xu
erp5
Commits
1fbcd9d4
Commit
1fbcd9d4
authored
May 25, 2015
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix base class.
parent
646c1c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
product/ERP5/Document/GeographicalArea.py
product/ERP5/Document/GeographicalArea.py
+3
-1
No files found.
product/ERP5/Document/GeographicalArea.py
View file @
1fbcd9d4
...
@@ -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.
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment