diff options
Diffstat (limited to 'devel/codeville/files/extra-psyco-patch-cdv-agent')
-rw-r--r-- | devel/codeville/files/extra-psyco-patch-cdv-agent | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/codeville/files/extra-psyco-patch-cdv-agent b/devel/codeville/files/extra-psyco-patch-cdv-agent deleted file mode 100644 index f0bb3f7f21ab..000000000000 --- a/devel/codeville/files/extra-psyco-patch-cdv-agent +++ /dev/null @@ -1,16 +0,0 @@ ---- cdv-agent Fri Jul 15 14:42:58 2005 -+++ cdv-agent 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 |