mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix nasty typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user