diff options
Diffstat (limited to 'nfvbench/chain_router.py')
-rw-r--r-- | nfvbench/chain_router.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nfvbench/chain_router.py b/nfvbench/chain_router.py index 9372716..ac89476 100644 --- a/nfvbench/chain_router.py +++ b/nfvbench/chain_router.py @@ -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.""" |