aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbench/credentials.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfvbench/credentials.py')
-rw-r--r--nfvbench/credentials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbench/credentials.py b/nfvbench/credentials.py
index 9956c6f..d9a67e6 100644
--- a/nfvbench/credentials.py
+++ b/nfvbench/credentials.py
@@ -21,7 +21,7 @@ import getpass
from keystoneauth1.identity import v2
from keystoneauth1.identity import v3
from keystoneauth1 import session
-from log import LOG
+from .log import LOG
class Credentials(object):