summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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