Further reworking, naming the library folder 'evennia' instead of lib or src.

This commit is contained in:
Griatch 2015-01-07 13:36:57 +01:00
parent 829e7493b1
commit c7325a5032
241 changed files with 464 additions and 294 deletions

View file

@ -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):