Revert "Merge branch 'master' of github.com:chrys87/fenrir"

This reverts commit 2ce5adba82, reversing
changes made to bf807c2519.
This commit is contained in:
chrys
2018-03-09 15:28:07 +01:00
parent 32de326925
commit 3c3c440296
202 changed files with 277 additions and 331 deletions

View File

@ -1273,7 +1273,7 @@ Commands are python files with a special scheme. You can assign them to a shortc
Good Examples: [[https://github.com/chrys87/fenrir/blob/master/src/fenrir/commands/commands/date.py|"date.py"]] (announce the Date), [[https://github.com/chrys87/fenrir/blob/master/src/fenrir/commands/commands/shut_up.py|"shut_up.py"]] (interrupt output)
the basic scheme for a command is as follows:
from fenrir.core import debug
from core import debug
class command():
def __init__(self):