Further reworking, naming the library folder 'evennia' instead of lib or src.
This commit is contained in:
parent
829e7493b1
commit
c7325a5032
241 changed files with 464 additions and 294 deletions
|
|
@ -8,9 +8,9 @@ examples/cmdset.py)
|
|||
|
||||
"""
|
||||
|
||||
from ev import Command as BaseCommand
|
||||
from ev import default_cmds
|
||||
from ev import utils
|
||||
from evennia import Command as BaseCommand
|
||||
from evennia import default_cmds
|
||||
from evennia import utils
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue