Made a new version of create_object function, and made Objects creatable using o=Object().

This commit is contained in:
Griatch 2014-12-23 21:33:03 +01:00
parent 969b947ba0
commit 24764743ff
8 changed files with 858 additions and 1173 deletions

View file

@ -7,6 +7,5 @@ Also, the initiated object manager is available as src.objects.manager.
"""
#from src.objects.objects import *
from src.objects.models import ObjectDB
manager = ObjectDB.objects
#from src.objects.models import ObjectDB
#manager = ObjectDB.objects