mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 08:46:31 +01:00
Big re-organization of command functions. Introduced the commands directory to hold command modules. This will make it easier to sub-divide stuff as we pile on more commands, and for dropping in new optional command modules.
This commit is contained in:
parent
a10df7ec6b
commit
0e9732d49c
17 changed files with 535 additions and 527 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from django.contrib.auth.models import User, Group
|
||||
from apps.objects.models import Object
|
||||
import functions_db
|
||||
import functions_general
|
||||
import gameconf
|
||||
|
||||
def handle_setup():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue