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