mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
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:
parent
9409f835bc
commit
da51cb063f
3 changed files with 42 additions and 15 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue