xmlclass/__init__.py
changeset 1853 47a3f39bead0
parent 1571 486f94a8032c
child 1858 4c5156dee87a
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 # Package initialisation
    25 # Package initialisation
    26 
    26 from __future__ import absolute_import
    27 from xmlclass import ClassFactory, GenerateParser, DefaultElementClass, GetAttributeValue, time_model, CreateNode, NodeSetAttr, NodeRenameAttr
    27 from xmlclass.xmlclass import \
    28 from xsdschema import XSDClassFactory, GenerateParserFromXSD, GenerateParserFromXSDstring
    28     ClassFactory, \
       
    29     GenerateParser, \
       
    30     DefaultElementClass, \
       
    31     GetAttributeValue, \
       
    32     time_model, \
       
    33     CreateNode, \
       
    34     NodeSetAttr, \
       
    35     NodeRenameAttr
       
    36 from xmlclass.xsdschema import XSDClassFactory, GenerateParserFromXSD, GenerateParserFromXSDstring