source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/pysimplesoap/__init__.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 309 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4"""PySimpleSOAP"""
5
6
7__author__ = "Mariano Reingart"
8__author_email__ = "reingart@gmail.com"
9__copyright__ = "Copyright (C) 2013 Mariano Reingart"
10__license__ = "LGPL 3.0"
11__version__ = "1.16.2"
12
13TIMEOUT = 60
14
15
16from . import client, server, simplexml, transport
Note: See TracBrowser for help on using the repository browser.