Browse Source

----------------------------------------------------------------------

Committing in .

 Modified Files:
 	ZSI/TCapache.py ZSI/TCcompound.py ZSI/TCtimes.py ZSI/writer.py
 	ZSI/generate/wsdl2dispatch.py ZSI/wstools/Utility.py
        -- finished the _get_idstr conversion, and added a "createMethodBody"
        method to wsdl2dispatch.WSAServiceModuleWriter which is now called
        in "setUp".


 ----------------------------------------------------------------------
main
Joshua Boverhof 19 years ago
parent
commit
fb293290c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Utility.py

+ 1
- 1
Utility.py View File

@@ -101,7 +101,7 @@ class DOMException(Exception):
class Base: class Base:
"""Base class for instance level Logging""" """Base class for instance level Logging"""
def __init__(self, module=__name__): def __init__(self, module=__name__):
self.logger = logging.getLogger('%s-%s(%x)' %(module, self.__class__, get_idstr(self)))
self.logger = logging.getLogger('%s-%s(%s)' %(module, self.__class__, _get_idstr(self)))




class HTTPResponse: class HTTPResponse:


Loading…
Cancel
Save