Browse Source

pep8 and 2to3 for UserType.py and __init__.py

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
f9d37ebad6
2 changed files with 3 additions and 3 deletions
  1. +1
    -0
      wstools/UserTuple.py
  2. +2
    -3
      wstools/__init__.py

+ 1
- 0
wstools/UserTuple.py View File

@@ -48,6 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# __reduce__, __setattr__, __str__
# What about these?
class UserTuple:

def __init__(self, inittuple=None):
self.data = ()
if inittuple is not None:


+ 2
- 3
wstools/__init__.py View File

@@ -3,6 +3,5 @@

ident = "$Id$"

import WSDLTools
import XMLname
import logging
from . import WSDLTools
from . import XMLname

Loading…
Cancel
Save