summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'command.py')
-rw-r--r--command.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/command.py b/command.py
index 22115ac2..c32a095c 100644
--- a/command.py
+++ b/command.py
@@ -547,7 +547,3 @@ class MirrorSafeCommand:
547 """Command permits itself to run within a mirror, and does not require a 547 """Command permits itself to run within a mirror, and does not require a
548 working directory. 548 working directory.
549 """ 549 """
550
551
552class GitcClientCommand:
553 """Command that requires the local client to be a GITC client."""