Commit dcbf0b02 authored by Vincent Pelletier's avatar Vincent Pelletier

Use absolute import path.

Fixes regression introduced in b6475dc3 .
So much for running test from neo folder...
parent 30462e36
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
import unittest import unittest
import transaction import transaction
from persistent import Persistent from persistent import Persistent
from lib.protocol import NodeStates from neo.lib.protocol import NodeStates
from . import NEOCluster, NEOFunctionalTest from . import NEOCluster, NEOFunctionalTest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment