bimdp/hinet/biflownode.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- mdp-2.6.orig/bimdp/hinet/biflownode.py
+++ mdp-2.6/bimdp/hinet/biflownode.py
@@ -3,8 +3,8 @@
import mdp.hinet as hinet
n = mdp.numx
-from ..binode import BiNode, BiNodeException
-from ..biflow import BiFlow, BiFlowException
+from bimdp import BiNode, BiNodeException
+from bimdp import BiFlow, BiFlowException
# TODO: add derived BiFlowNode which allow specification message flag for
# BiFlowNode to specify the internal target? Or hardwired target?