Changes between Version 7 and Version 8 of PsycoMiddleware


Ignore:
Timestamp:
Mar 1, 2007, 12:02:59 PM (18 years ago)
Author:
Mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PsycoMiddleware

    v7 v8  
    6767{{{
    6868#!python
    69 from platform import architecture
    70 
    71 if architecture()[0] != '32bit':
    72     raise Exception("Don't use this on non-32-bit platforms")
    7369
    7470import psyco
Back to Top