Commit 7b7caa8e authored by Raymond Hettinger's avatar Raymond Hettinger

Fix nasty typo

parent 8bc85858
......@@ -3,7 +3,7 @@
try:
import threading
except ImportError:
import dummythreading as threading
import dummy_threading as threading
from collections import deque
from heapq import heappush, heappop
from time import time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment