diff -r 509e4801c378 -r 22878952f6e2 srcanamdw/codescanner/pyinstaller/e2etests/win32/testEnsureDispatch.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/srcanamdw/codescanner/pyinstaller/e2etests/win32/testEnsureDispatch.py Thu Feb 18 12:29:02 2010 +0530 @@ -0,0 +1,9 @@ +# for older Pythons, we need to set up for the import of cPickle +import string +import copy_reg + +import win32com.client.gencache +x = win32com.client.gencache.EnsureDispatch('ADOR.Recordset') +print x +x = None +#raw_input("Press any key to continue...")