summaryrefslogtreecommitdiffstats
path: root/bin/nova-volume
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nova-volume')
-rwxr-xr-xbin/nova-volume2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-volume b/bin/nova-volume
index f7a8fad37..8ef006ebc 100755
--- a/bin/nova-volume
+++ b/bin/nova-volume
@@ -29,4 +29,4 @@ if __name__ == '__main__':
twistd.serve(__file__)
if __name__ == '__builtin__':
- application = service.VolumeService.create()
+ application = service.VolumeService.create() # pylint: disable-msg=C0103