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 | |
---|
13 | TIMEOUT = 60 |
---|
14 | |
---|
15 | |
---|
16 | from . import client, server, simplexml, transport |
---|
Note: See
TracBrowser
for help on using the repository browser.