home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / lib / jsonspeedups.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-02-26  |  303 b   |  8 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. from distutils.core import setup, Extension
  5. setup(name = '_jsonspeedups', ext_modules = [
  6.     Extension('_jsonspeedups', [
  7.         '../lib/simplejson/_speedups.c'])])
  8.