Changes between Version 7 and Version 8 of PsycoMiddleware
- Timestamp:
- Mar 1, 2007, 12:02:59 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PsycoMiddleware
v7 v8 67 67 {{{ 68 68 #!python 69 from platform import architecture70 71 if architecture()[0] != '32bit':72 raise Exception("Don't use this on non-32-bit platforms")73 69 74 70 import psyco