Commit b162e5c9 authored by mouadh's avatar mouadh

clarification

parent 3d6bb11e
...@@ -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)
......
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