Updated copyright.

This commit is contained in:
Bastian Kleineidam 2013-02-11 19:54:50 +01:00
parent a35c54525d
commit 82ada5fba0

View file

@ -1,5 +1,5 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
class memoized (object):
"""Decorator that caches a function's return value each time it is called.