use full module path to not collide with other software, thanks to samuel

This commit is contained in:
chrys
2018-02-22 20:24:10 +01:00
parent 3469c963ca
commit e03a7183e4
198 changed files with 298 additions and 298 deletions

View File

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

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 core import debug
from fenrir.core import debug
class command():
def __init__(self):