added year as an allowable time unit for display
[p2pool.git] / wstools / __init__.py
1 #! /usr/bin/env python
2 """WSDL parsing services package for Web Services for Python."""
3
4 ident = "$Id$"
5
6 import WSDLTools
7 import XMLname
8 import logging
9