Ignore:
Timestamp:
12/06/13 14:38:34 (2 years ago)
Author:
mmckerns
Message:

updated to match changes in klepto (archive_dict is now called 'cache')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/decorate/memoize.py

    r709 r710  
    44from functools import update_wrapper, wraps as functools_wraps 
    55from klepto.rounding import deep_round, simple_round 
    6 from klepto.archives import archive_dict 
     6from klepto.archives import cache as archive_dict 
    77from klepto.keymaps import stringmap 
    88from klepto import inf_cache 
Note: See TracChangeset for help on using the changeset viewer.