Fix nasty typo

This commit is contained in:
Raymond Hettinger 2012-01-09 20:02:24 +00:00
parent 8bc8585873
commit 7b7caa8ec6

View file

@ -3,7 +3,7 @@
try: try:
import threading import threading
except ImportError: except ImportError:
import dummythreading as threading import dummy_threading as threading
from collections import deque from collections import deque
from heapq import heappush, heappop from heapq import heappush, heappop
from time import time from time import time