diff --git a/evennia/utils/evform.py b/evennia/utils/evform.py index e5ae01d764..111c8b8722 100644 --- a/evennia/utils/evform.py +++ b/evennia/utils/evform.py @@ -61,8 +61,8 @@ Usage ```python from evennia import EvForm, EvTable -# create a new form from the template -form = EvForm("path/to/testform.py") +# create a new form from the template - using the python path +form = EvForm("path.to.testform") # alteratively, you can supply the template as a dict: