diff options
| author | Eric Day <eday@oddments.org> | 2010-08-18 17:39:12 -0700 |
|---|---|---|
| committer | Eric Day <eday@oddments.org> | 2010-08-18 17:39:12 -0700 |
| commit | b8747fb38eb1234744cdda85cb20bd27cd7fa9e8 (patch) | |
| tree | 193749cb5ac509690855640d6c3a716c0a0f3c02 /bin/nova-compute | |
| parent | 663667cdcf1bd16be33dc9b993123b7fc566caed (diff) | |
More bin/ pep8/pylint cleanup.
Diffstat (limited to 'bin/nova-compute')
| -rwxr-xr-x | bin/nova-compute | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-compute b/bin/nova-compute index e0c12354f..ed9a55565 100755 --- a/bin/nova-compute +++ b/bin/nova-compute @@ -29,4 +29,4 @@ if __name__ == '__main__': twistd.serve(__file__) if __name__ == '__builtin__': - application = service.ComputeService.create() + application = service.ComputeService.create() # pylint: disable-msg=C0103 |
