Use new style class for ringbuilder's Commands
classs Commands: ==> class Commands(object): Change-Id: I160a10f4380b41dc76d5b359aa66c42b3242e940
This commit is contained in:
parent
a9557cad5e
commit
ccaa83c6e5
@ -201,7 +201,7 @@ def _parse_add_values(argvish):
|
||||
return [dev]
|
||||
|
||||
|
||||
class Commands:
|
||||
class Commands(object):
|
||||
|
||||
def unknown():
|
||||
print 'Unknown command: %s' % argv[2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user