aboutsummaryrefslogtreecommitdiffstats
path: root/bin/trial
blob: 12248a0b762a6c2970e2b43af3e41186310d62ab (plain)
1
2
3
4
5
#!/usr/bin/python
# EASY-INSTALL-SCRIPT: 'Twisted==12.2.0','trial'
__requires__ = 'Twisted==12.2.0'
import pkg_resources
pkg_resources.run_script('Twisted==12.2.0', 'trial')