Skip to content

Commit 12af079

Browse files
author
Brett Hazen
committed
Derive security_commands from object base class
1 parent 615f908 commit 12af079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _btype_command(self, *args):
153153
return cmd
154154

155155

156-
class security_commands:
156+
class security_commands(object):
157157
def check_security_command(self, *args):
158158
cmd = self._security_command(*args)
159159
return self.check_output(cmd)

0 commit comments

Comments
 (0)