summaryrefslogtreecommitdiff
path: root/rdiff-backup
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-19 07:20:28 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-19 07:20:28 +0000
commitea85480d1d7482802d213ee35624211f31b8ace5 (patch)
treed371b2e693a6ce3570c633a2f3e648524f7fdcf3 /rdiff-backup
parent36779482750db88c07c1c097eba33e6b0c7ecd46 (diff)
downloadrdiff-backup-ea85480d1d7482802d213ee35624211f31b8ace5.tar.gz
Removed experimental psyco use (didn't help)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@249 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup')
-rw-r--r--rdiff-backup/rdiff_backup/lazy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rdiff-backup/rdiff_backup/lazy.py b/rdiff-backup/rdiff_backup/lazy.py
index 6a076e7..7fa80fe 100644
--- a/rdiff-backup/rdiff_backup/lazy.py
+++ b/rdiff-backup/rdiff_backup/lazy.py
@@ -22,7 +22,6 @@
from __future__ import generators
import os, stat, types
from static import *
-import psyco
class Iter:
"""Hold static methods for the manipulation of lazy iterators"""
@@ -300,8 +299,6 @@ class IterTreeReducer:
self.index = index
return 1
-psyco.bind(IterTreeReducer)
-
class ITRBranch:
"""Helper class for IterTreeReducer below