summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'command.py')
-rw-r--r--command.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/command.py b/command.py
index 516c2d9d..c3cad5ea 100644
--- a/command.py
+++ b/command.py
@@ -114,3 +114,8 @@ class PagedCommand(Command):
114 """Command which defaults to output in a pager, as its 114 """Command which defaults to output in a pager, as its
115 display tends to be larger than one screen full. 115 display tends to be larger than one screen full.
116 """ 116 """
117
118class MirrorSafeCommand(object):
119 """Command permits itself to run within a mirror,
120 and does not require a working directory.
121 """