From fcc338c0274421294ecdbc67f0e14ecadffef74d Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 31 Mar 2012 17:06:31 +0200 Subject: [PATCH] Minor clarifications in ev.py. --- ev.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ev.py b/ev.py index e758a02dfc..de9542f355 100644 --- a/ev.py +++ b/ev.py @@ -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