Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cde2ead

Browse files
committed
Fix another relative import.
1 parent 4011a24 commit cde2ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/bsddb/dbutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
from time import sleep as _sleep
2828

29-
import db
29+
from . import db
3030

3131
# always sleep at least N seconds between retrys
3232
_deadlock_MinSleepTime = 1.0/128

0 commit comments

Comments
 (0)