Finally found and fixed the problem with editing objects in the admin interface.

This commit is contained in:
Greg Taylor 2007-01-01 23:38:59 +00:00
parent f6de21be13
commit 0adfd4d45c
8 changed files with 35 additions and 18 deletions

View file

@ -1,6 +1,6 @@
from asyncore import dispatcher
from asynchat import async_chat
import socket, asyncore, time, sys
import socket, asyncore, time
from django.db import models
from django.db import connection
@ -8,7 +8,7 @@ from apps.config.models import CommandAlias
import scheduler
import functions_db
import functions_general
import global_defines
import evennia.defines_global as global_defines
import session_mgr
import gameconf
import settings