deb-murano/muranoapi/tests
Steve McLellan 3ba00c25e1 Fixed python2.6 compat for RFCSysLogHandler
(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
2014-05-07 09:28:37 -05:00
..
common Remove deep dependency from muranoapi 2014-04-11 15:44:45 +04:00
language/io.murano.language.tests Add MuranoPL Testing Framework 2014-04-03 19:12:39 +04:00
nose_plugins Add MuranoPL Testing Framework 2014-04-03 19:12:39 +04:00
__init__.py Remove copyright from empty files 2014-03-12 09:12:50 +00:00
test_engine.py Support packages in dsl and engine 2014-04-14 19:03:44 +04:00
test_log.py Fixed python2.6 compat for RFCSysLogHandler 2014-05-07 09:28:37 -05:00