mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
6 lines
145 B
Python
6 lines
145 B
Python
|
import cherrypy.lib
|
||
|
import windmill.authoring
|
||
|
from windmill.authoring import setup_module, teardown_module, enable_collector
|
||
|
|
||
|
enable_collector()
|