Its probably a bad idea to rename modules - its a pain to change all of the references to them
This commit is contained in:
parent
fe2a7b8a3c
commit
c489454b0e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Plugin by Lukeroge
|
# Plugin by Lukeroge
|
||||||
from util import hook
|
from util import hook
|
||||||
from util import molecular
|
from util import molecular
|
||||||
from util.formatting import get_text_list
|
from util.text import get_text_list
|
||||||
|
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
|
|
Reference in a new issue