root/masterdriverz/snakeoil/snakeoil/weakrefs.py @ ferringb%2540gmail.com-20070211125906-1gj7u78ll14fnaut

Revision ferringb%2540gmail.com-20070211125906-1gj7u78ll14fnaut, 303 bytes (checked in by Brian Harring <ferringb@…>, 2 years ago)

fresh reimport, dropping history from pkgcore (no point in lugging around 10+ mb of unrelated bzr history)

Line 
1# Copyright: 2006 Brian Harring <ferringb@gmail.com>
2# License: GPL2
3
4# Unused import
5# pylint: disable-msg=W0611
6
7try:
8    # No name in module
9    # pylint: disable-msg=E0611
10    from snakeoil._caching import WeakValCache
11except ImportError:
12    from weakref import WeakValueDictionary as WeakValCache
Note: See TracBrowser for help on using the browser.