Skip to content

Commit 4c329ef

Browse files
committed
Use absolute imports
1 parent 2a2e2fe commit 4c329ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bitcoin/messages.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
else:
2222
import cStringIO as io
2323

24-
from .core import *
25-
from .core.serialize import *
26-
from .net import *
24+
from bitcoin.core import *
25+
from bitcoin.core.serialize import *
26+
from bitcoin.net import *
2727
from bitcoin import MainParams
2828

2929
MSG_TX = 1

0 commit comments

Comments
 (0)