cowrie/bin/regen-dropin.cache

5 lines
193 B
Python
Executable File

#!/usr/bin/env python
# This is run by packaging tools to update `dropin.cache` to keep track of Twisted's plugin cache
from twisted.plugin import IPlugin, getPlugins
list(getPlugins(IPlugin))