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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import gc
  5. import usbobserver
  6. a = None
  7. print len(gc.get_objects())
  8. usbobserver.get_devices()
  9. gc.collect()
  10. print len(gc.get_objects())
  11.