srcanamdw/codescanner/pyinstaller/e2etests/win32/testEnsureDispatch.py
changeset 1 22878952f6e2
equal deleted inserted replaced
0:509e4801c378 1:22878952f6e2
       
     1 # for older Pythons, we need to set up for the import of cPickle
       
     2 import string
       
     3 import copy_reg
       
     4 
       
     5 import win32com.client.gencache
       
     6 x = win32com.client.gencache.EnsureDispatch('ADOR.Recordset')
       
     7 print x
       
     8 x = None
       
     9 #raw_input("Press any key to continue...")