diff options
Diffstat (limited to 'command.py')
-rw-r--r-- | command.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | |||
118 | class MirrorSafeCommand(object): | ||
119 | """Command permits itself to run within a mirror, | ||
120 | and does not require a working directory. | ||
121 | """ | ||