Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit ca3d89f

Browse files
committed
relative imports
1 parent af03f22 commit ca3d89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/refcount_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import rlp
22
import ethereum.utils as utils
33
import sys
4-
from db import BaseDB
4+
from .db import BaseDB
55

66
DEATH_ROW_OFFSET = 2**62
77
ZERO_ENCODED = utils.encode_int(0)

0 commit comments

Comments
 (0)