Fix cache shuffling (random.shuffle() shuffles in place, returns None).
[sawsim.git] / pysawsim / _collections.py
2010-10-23 W. Trevor KingAdd namedtuple definition from Python 2.6's collections...