view tests/swig_tests/log_tests.py @ 164:5b04a7d3ded6

typo fix some missing event (de)registrations ability to capture one event multiple times (instead of only having one slot, we have groups and each group has an own slot, the default group is "default" so we are backward compatible
author spq@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 15 Oct 2008 14:57:04 +0000
parents 4a0efb7baf70
children 81641655bc38
line wrap: on
line source

#!/usr/bin/env python
from swig_test_utils import *

class TestLog(unittest.TestCase):
	def testLog(self):
		pass

TEST_CLASSES = [TestLog]

if __name__ == '__main__':
    unittest.main()