summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorSuperStack <superstack@superstack.org>2011-02-09 11:18:48 -0800
committerSuperStack <superstack@superstack.org>2011-02-09 11:18:48 -0800
commitd4b4fa93e7603d73eb99c8edb0e648ff047cda30 (patch)
tree8919558c696ad42d51b4706dc8ffc9d7b20beb7d /nova/utils.py
parent636bf106d5fc0424b9045e79ea18fb74406e070c (diff)
downloadnova-d4b4fa93e7603d73eb99c8edb0e648ff047cda30.tar.gz
nova-d4b4fa93e7603d73eb99c8edb0e648ff047cda30.tar.xz
nova-d4b4fa93e7603d73eb99c8edb0e648ff047cda30.zip
Fix PEP8 violations
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 100e26f70..8d7ff1f64 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -187,6 +187,7 @@ def ssh_execute(ssh, cmd, process_input=None,
return (stdout, stderr)
+
def abspath(s):
return os.path.join(os.path.dirname(__file__), s)