diff options
Diffstat (limited to 'subcmds/gitc_delete.py')
-rw-r--r-- | subcmds/gitc_delete.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/gitc_delete.py b/subcmds/gitc_delete.py index e5214b8e..1011276f 100644 --- a/subcmds/gitc_delete.py +++ b/subcmds/gitc_delete.py | |||
@@ -24,6 +24,7 @@ from pyversion import is_python3 | |||
24 | if not is_python3(): | 24 | if not is_python3(): |
25 | input = raw_input | 25 | input = raw_input |
26 | 26 | ||
27 | |||
27 | class GitcDelete(Command, GitcClientCommand): | 28 | class GitcDelete(Command, GitcClientCommand): |
28 | common = True | 29 | common = True |
29 | visible_everywhere = False | 30 | visible_everywhere = False |