This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
pep8 and 2to3 for UserType.py and __init__.py
main
Julien Iguchi-Cartigny
10 years ago
parent
aef93695ae
commit
f9d37ebad6
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
wstools/UserTuple.py
+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
Write
Preview
Loading…
Cancel
Save