source: multipleworkflowplugin/branches/multipleworkflow-1.3/multipleworkflow/__init__.py

Last change on this file was 16593, checked in by Ryan J Ollos, 6 years ago

MultipleWorkflowPlugin 1.3.3: Fix regression in r15137

get_workflow_config_default was removed without
replacing all uses.

Tidy up codebase and require Trac >= 1.0.

Refs #12570, Fixes #12665.

File size: 57 bytes
Line 
1import pkg_resources
2pkg_resources.require('Trac > 1.0')
Note: See TracBrowser for help on using the repository browser.