Browse Source

fixing import for python3 in WSDLTools

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
244988991e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      wstools/WSDLTools.py

+ 3
- 3
wstools/WSDLTools.py View File

@@ -15,9 +15,9 @@ try:
except ImportError:
from cStringIO import StringIO

from Namespaces import OASIS, XMLNS, WSA, WSA_LIST, WSAW_LIST, WSRF_V1_2, WSRF
from Utility import Collection, CollectionNS, DOM, ElementProxy, basejoin
from XMLSchema import XMLSchema, SchemaReader, WSDLToolsAdapter
from .Namespaces import OASIS, XMLNS, WSA, WSA_LIST, WSAW_LIST, WSRF_V1_2, WSRF
from .Utility import Collection, CollectionNS, DOM, ElementProxy, basejoin
from .XMLSchema import XMLSchema, SchemaReader, WSDLToolsAdapter


class WSDLReader:


Loading…
Cancel
Save