mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Fix another relative import.
This commit is contained in:
parent
4011a249a8
commit
cde2eadcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
#
|
#
|
||||||
from time import sleep as _sleep
|
from time import sleep as _sleep
|
||||||
|
|
||||||
import db
|
from . import db
|
||||||
|
|
||||||
# always sleep at least N seconds between retrys
|
# always sleep at least N seconds between retrys
|
||||||
_deadlock_MinSleepTime = 1.0/128
|
_deadlock_MinSleepTime = 1.0/128
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue