ev-API cleanups. ev can now be imported also from a non-django initiated python interpreter (it initiates itself). Gave some more info text and made sure wrapped db_ methods correctly forward their doc strings for introspection.

This commit is contained in:
Griatch 2012-03-27 09:59:11 +02:00
parent 9409f835bc
commit da51cb063f
3 changed files with 42 additions and 15 deletions

View file

@ -10,9 +10,10 @@ character object, so you should customize that
instead for most things).
"""
from django.conf import settings
from src.typeclasses.typeclass import TypeClass
from settings import CMDSET_OOC
CMDSET_OOC = settings.CMDSET_OOC
class Player(TypeClass):
"""