Added missing enumerable parameters

This commit is contained in:
Jason Gerard DeRose
2009-01-18 15:55:56 -07:00
parent 7514f96173
commit 364e05def1
3 changed files with 91 additions and 1 deletions

View File

@@ -875,7 +875,7 @@ from backend import Backend, Context
from frontend import Command, LocalOrRemote, Application
from frontend import Object, Method, Property
from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str, Password
from parameters import BytesEnum, StrEnum
def create_api(mode='dummy'):
"""