summaryrefslogtreecommitdiff
path: root/lib/spack/external/pyrsistent/__init__.py
blob: 6e610c1ddbe94dbb43552de75846e7dccadbbfe2 (plain) (blame)
1
2
3
4
5
6
# -*- coding: utf-8 -*-

from pyrsistent._pmap import pmap


__all__ = ('pmap',)