Commit Graph

6 Commits

Author SHA1 Message Date
Jurko Gospodnetić f0ba96e23e fix Typer.genprefix() code broken in recent code cleanup
Unfortunately not covered by the existing test suite, and only added a TODO note
to add the missing tests.
2015-07-14 10:04:41 +02:00
Jurko Gospodnetić 860352608d tidy up the suds.mx.typer module (stylistic)
- replaced star imports with explicit ones
- improved module, class & method docstrings
- reordered the XSD schema type list alphabetically
- used double quotes consistently
- minor stylistic code changes
2014-07-03 01:56:54 +02:00
Jurko Gospodnetić e5cf6ba74b correct try:/except: blocks eating up internal Python exceptions
All such block replaced with blocks catching Exception subclasses only so they
no longer eat up internal Python exceptions like SystemExit or
KeyboardInterrupt.
2014-02-28 00:51:15 +01:00
Jurko Gospodnetić ee8a547924 remove unnecessary logger objects
Code cleaned up a bit while looking for unused logger objects:
 * Trailing spaces removed.
 * Reordered import directives.
 * Removed some unnecessary import directives.
2013-12-26 03:32:33 +01:00
Jurko Gospodnetić 7d96121e70 Cleanup - trimmed trailing spaces, removed unnecessary imports, etc.
Trimmed trailing spaces. Removed unnecessary imports. Standardized quote usage
in some modules.
2011-12-20 15:12:32 +01:00
jortel f52c621f62 Refactor bindings/marshaller.py into the marshaller XML (mx) package; refactor the bindings/unmarshaller.py into the unmarshaller XML (umx) package. The primary reason for refactoring is the current modules really contain too many classes. So, this is just to clean things up. 2009-08-20 00:48:47 +00:00