Minor clarifications in ev.py.

This commit is contained in:
Griatch 2012-03-31 17:06:31 +02:00
parent 551a91caef
commit fcc338c027

3
ev.py
View file

@ -193,6 +193,9 @@ class SystemCmds(object):
To access in code, do 'from ev import syscmdkeys' then
access the properties on the imported syscmdkeys object.
For example, try objects.all() to get all
ObjectDB objects in the database.
"""
from src.commands import cmdhandler
CMD_NOINPUT = cmdhandler.CMD_NOINPUT