summaryrefslogtreecommitdiff
path: root/devel/codeville/files/extra-psyco-patch-cdvserver
blob: 6c57b4b74b675b4af9a7ba0dd5b54fde344cb133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- cdvserver	Fri Jul 15 14:42:58 2005
+++ cdvserver	Mon Oct 10 00:01:53 2005
@@ -4,6 +4,13 @@
 # See LICENSE.TXT for license information.
 
 try:
+ import psyco
+ assert psyco.__version__ >= 0x010300f0
+ psyco.full()
+except:
+ pass
+
+try:
     import Codeville.db
 except ImportError:
     import sys, os.path