use full module path to not collide with other software, thanks to samuel
This commit is contained in:
@ -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):
|
||||
|
@ -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):
|
||||
|
Reference in New Issue
Block a user