Commit 55c82c55 authored by Seblu's avatar Seblu
Browse files

Remove OptionCommand from account

parent da69d8b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ CloudControl accounts related commands
from cccli.exception import *
from sjrpc.core.exceptions import *
from cccli.printer import Printer, color
from cccli.command.command import OptionCommand, TqlCommand
from cccli.command.command import TqlCommand

class Command_addaccount(TqlCommand):
    '''Create an account'''