From 104bb0cd242be050b030b559d2f7498160e1a2f4 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 22 Nov 2002 08:07:01 +0000 Subject: Changes, only one I remember is adding --list-changed-since git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@231 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/lazy.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rdiff-backup/rdiff_backup/lazy.py') diff --git a/rdiff-backup/rdiff_backup/lazy.py b/rdiff-backup/rdiff_backup/lazy.py index f87a2b8..eddf63c 100644 --- a/rdiff-backup/rdiff_backup/lazy.py +++ b/rdiff-backup/rdiff_backup/lazy.py @@ -13,7 +13,7 @@ from __future__ import generators import os, stat, types from static import * - +import psyco class Iter: """Hold static methods for the manipulation of lazy iterators""" @@ -291,6 +291,8 @@ class IterTreeReducer: self.index = index return 1 +psyco.bind(IterTreeReducer) + class ITRBranch: """Helper class for IterTreeReducer below @@ -355,4 +357,3 @@ class ITRBranch: # Put at bottom to prevent (viciously) circular module dependencies from robust import * from log import * - -- cgit v1.2.1