Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
olapy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
olapy
Commits
b162e5c9
Commit
b162e5c9
authored
May 03, 2017
by
mouadh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarification
parent
3d6bb11e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
olapy/core/services/models.py
olapy/core/services/models.py
+6
-0
No files found.
olapy/core/services/models.py
View file @
b162e5c9
...
@@ -2,6 +2,12 @@ from __future__ import absolute_import, division, print_function
...
@@ -2,6 +2,12 @@ from __future__ import absolute_import, division, print_function
from
spyne
import
ComplexModel
,
Integer
,
Unicode
,
XmlAttribute
from
spyne
import
ComplexModel
,
Integer
,
Unicode
,
XmlAttribute
# NOTE : I didn't respect python naming convention here
# because we need to create the xmla response (generated by spyne) with the same variable names,
# thus xmla requests from excel can be reached
class
Tuple
(
object
):
class
Tuple
(
object
):
"""
"""
Tuple description (used by spyne)
Tuple description (used by spyne)
...
...
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