Changes between Version 9 and Version 10 of PsycoMiddleware


Ignore:
Timestamp:
Mar 1, 2007, 2:48:23 PM (17 years ago)
Author:
Mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PsycoMiddleware

    v9 v10  
    7575
    7676class PsycoMiddleware(object):
    77     def __init__(self):
    78          psyco.profile()
     77    pass
    7978}}}
    8079See http://psyco.sourceforge.net/psycoguide/tutknownbugs.html#tutknownbugs for `cannotcompile()`.
Back to Top