blob: 2ca5ced45d087850d1304b3d6a5f91de4605ab85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#! /usr/bin/env python
"""WSDL parsing services package for Web Services for Python."""
ident = "$Id: __init__.py 840 2004-12-07 15:54:53Z blunck2 $"
import WSDLTools
import XMLname
import logging
|