From 79360640f4c7d5f044973aa1bdb6fb0f8f311f05 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 31 Aug 2015 15:45:06 -0700 Subject: Add GitcClientCommand class for GITC-specific commands These won't show up as common commands in the help text unless in a GITC client, and will refuse to execute. Change-Id: Iffe82adcc9d6ddde9cb4b204f83ff018042bdab0 --- subcmds/gitc_init.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subcmds/gitc_init.py') diff --git a/subcmds/gitc_init.py b/subcmds/gitc_init.py index c243bb3b..4f9d7344 100644 --- a/subcmds/gitc_init.py +++ b/subcmds/gitc_init.py @@ -18,12 +18,12 @@ import os import sys import gitc_utils -from command import RequiresGitcCommand +from command import GitcAvailableCommand from manifest_xml import GitcManifest from subcmds import init -class GitcInit(init.Init, RequiresGitcCommand): +class GitcInit(init.Init, GitcAvailableCommand): common = True helpSummary = "Initialize a GITC Client." helpUsage = """ -- cgit v1.2.3-54-g00ecf