3ba00c25e1
(From the original bug report): Currently used pattern in RFCSysLogHandler will fail for Python 2.6.x (using super(RFCSysLogHandler, self)). In order to fix the broken Python 2.6.x compatibility, old style explicit superclass method calls should be used instead. Uses e.g. logging.handlers.SysLogHandler.__init__(self,...) rather than super(RFCSysLogHandler, self).__init__(...) Change-Id: Ia81e00e4a7763a887703d0ef83e475f314eab28d Closes-Bug: #1306559 |
||
---|---|---|
.. | ||
common | ||
language/io.murano.language.tests | ||
nose_plugins | ||
__init__.py | ||
test_engine.py | ||
test_log.py |