NFVBENCH-153 Add support for python3
[nfvbench.git] / nfvbench / chain_router.py
index 9372716..ac89476 100644 (file)
@@ -39,15 +39,12 @@ import time
 from netaddr import IPAddress
 from netaddr import IPNetwork
 
-from log import LOG
+from .log import LOG
 
 
 class ChainException(Exception):
     """Exception while operating the chains."""
 
-    pass
-
-
 class ChainRouter(object):
     """Could be a shared router across all chains or a chain private router."""