Browse Source

Got rid of pyGridWare import.

main
David Robertson 22 years ago
parent
commit
a30f10d871
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      test/test_wsdl2python.py

+ 1
- 2
test/test_wsdl2python.py View File

@@ -5,9 +5,8 @@
import sys, ConfigParser, unittest import sys, ConfigParser, unittest
import StringIO import StringIO
from ZSI import wsdl2python from ZSI import wsdl2python
#from pyGridWare import wsdl2python
from ZSI.wstools.WSDLTools import WSDLReader from ZSI.wstools.WSDLTools import WSDLReader
from pyGridWare.test import utils
import utils


""" """
Unittest for the wsdl2python class Unittest for the wsdl2python class


Loading…
Cancel
Save