home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- import pythoncom
- import unittest
- import win32com.test.util as win32com
-
- class TestROT(win32com.test.util.TestCase):
-
- def testit(self):
- ctx = pythoncom.CreateBindCtx()
- rot = pythoncom.GetRunningObjectTable()
- num = 0
- for mk in rot:
- name = mk.GetDisplayName(ctx, None)
- num += 1
- for sub in mk:
- num += 1
-
-
-
-
- if __name__ == '__main__':
- unittest.main()
-
-