Added create_* and search_* helper methods directly in the API.

This commit is contained in:
Griatch 2012-03-25 17:01:27 +02:00
parent 4398d42360
commit b43fb3156a
3 changed files with 20 additions and 12 deletions

5
ev.py
View file

@ -110,9 +110,10 @@ db_serverconfs = ServerConfig.objects
del ServerConfig
# utils
from src.utils import search
from src.utils.search import *
from src.utils.create import *
from src.utils import logger
from src.utils import create
from src.utils import utils
from src.utils import gametime
from src.utils import ansi