Child: [ddf08c] (diff)

Download this file

resources.py    6 lines (4 with data), 187 Bytes

1
2
3
4
5
import pkg_resources
def register_ew_resources(manager):
manager.register_directory(
'activity_js', pkg_resources.resource_filename('forgeactivity', 'widgets/resources/js'))