Commit 7bae6a1c authored by bescoto's avatar bescoto

Removed experimental psyco use (didn't help)


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@249 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 325bdf58
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment