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

Commit 0903a99

Browse files
committed
relative imports
1 parent 181038d commit 0903a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import subprocess
66
import re
77
# Import slogging to patch logging as soon as possible
8-
import slogging # noqa
8+
from . import slogging # noqa
99

1010

1111
GIT_DESCRIBE_RE = re.compile('^(?P<version>v\d+\.\d+\.\d+)-(?P<git>\d+-g[a-fA-F0-9]+(?:-dirty)?)$')

0 commit comments

Comments
 (0)