summaryrefslogtreecommitdiff
path: root/dogpile/util.py
blob: ac405541b676b0c729bb0646f6d0221c0b61467d (plain)
1
2
3
4
5
6
7
try:
    import threading
    import thread
except ImportError:
    import dummy_threading as threading
    import dummy_thread as thread