home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_375 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  760 b   |  22 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import unittest
  5. import doctest
  6. import sys
  7. import ctypes.test.test_objects as ctypes
  8.  
  9. class TestCase(unittest.TestCase):
  10.     if sys.hexversion > 33816576:
  11.         
  12.         def test(self):
  13.             doctest.testmod(ctypes.test.test_objects)
  14.  
  15.     
  16.  
  17. if __name__ == '__main__':
  18.     if sys.hexversion > 33816576:
  19.         doctest.testmod(ctypes.test.test_objects)
  20.     
  21.  
  22.