home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 March / maximum-cd-2011-03.iso / DiscContents / LibO_3.3.0rc1_Win_x86_install_multi.exe / libreoffice33.msi / autotest.py < prev    next >
Encoding:
Python Source  |  2010-12-01  |  211 b   |  7 lines

  1. # This should be equivalent to running regrtest.py from the cmdline.
  2. # It can be especially handy if you're in an interactive shell, e.g.,
  3. # from test import autotest.
  4.  
  5. from test import regrtest
  6. regrtest.main()
  7.