Skip to content

Commit

Permalink
post 0.4.24 fix in discover module
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Mar 4, 2015
1 parent f4f6471 commit a4978d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fobi/discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def autodiscover():
autodiscover_modules(FORM_ELEMENT_PLUGINS_MODULE_NAME)
autodiscover_modules(FORM_HANDLER_PLUGINS_MODULE_NAME)
autodiscover_modules(THEMES_MODULE_NAME)
autodiscover_modules(THEMES_MODULE_NAME)
autodiscover_modules(FORM_CALLBACKS_MODULE_NAME)

# Do not yet discover form importers
#autodiscover_modules(FORM_IMPORTER_PLUGINS_MODULE_NAME)

0 comments on commit a4978d8

Please sign in to comment.