diff --git a/src/commands.py b/src/commands.py index ec35bfa33..2c97d0a05 100644 --- a/src/commands.py +++ b/src/commands.py @@ -830,3 +830,4 @@ __all__ = [ ## if world.testing: ## __all__.append('Spec') +# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: