diff options
| author | SuperStack <superstack@superstack.org> | 2011-02-09 11:18:48 -0800 |
|---|---|---|
| committer | SuperStack <superstack@superstack.org> | 2011-02-09 11:18:48 -0800 |
| commit | d4b4fa93e7603d73eb99c8edb0e648ff047cda30 (patch) | |
| tree | 8919558c696ad42d51b4706dc8ffc9d7b20beb7d /nova/utils.py | |
| parent | 636bf106d5fc0424b9045e79ea18fb74406e070c (diff) | |
| download | nova-d4b4fa93e7603d73eb99c8edb0e648ff047cda30.tar.gz nova-d4b4fa93e7603d73eb99c8edb0e648ff047cda30.tar.xz nova-d4b4fa93e7603d73eb99c8edb0e648ff047cda30.zip | |
Fix PEP8 violations
Diffstat (limited to 'nova/utils.py')
| -rw-r--r-- | nova/utils.py | 1 |
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) |
