File: sort_wsdl.py

package info (click to toggle)
spyne 2.14.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,968 kB
  • sloc: python: 35,938; xml: 3,140; sh: 137; makefile: 135; ruby: 19
file content (11 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python
import sys

try:
    import _preamble
except ImportError:
    sys.exc_clear()

from spyne.test.sort_wsdl import main

sys.exit(main())