Skip to content

Commit d302904

Browse files
committed
Add an __init__ function to the actionutils module
This is required to correctly initialise module global variables
1 parent 5ad2aa8 commit d302904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Form/actionutils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141

4242
_ = _trans.gettext
4343

44+
def __init__():
45+
pass
46+
4447

4548
def add_event_to_person(dbstate, uistate, track, person_handle, event_type, event_date_object, event_description, citation_handle, event_role_type):
4649
db = dbstate.db

0 commit comments

Comments
 (0)