From 55c82c552d59eec98e96db5b3c3f2b4adff8d935 Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Fri, 6 May 2011 16:24:34 +0200
Subject: [PATCH] Remove OptionCommand from account

---
 cccli/command/account.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cccli/command/account.py b/cccli/command/account.py
index a02cd63..92bb425 100644
--- a/cccli/command/account.py
+++ b/cccli/command/account.py
@@ -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'''
-- 
GitLab