aboutsummaryrefslogtreecommitdiffstats
path: root/bin/buildbot
blob: 124cab9e6dd377942078e5def101273088f85331 (plain)
1
2
3
4
5
#!/usr/bin/python
# EASY-INSTALL-SCRIPT: 'buildbot==0.8.8','buildbot'
__requires__ = 'buildbot==0.8.8'
import pkg_resources
pkg_resources.run_script('buildbot==0.8.8', 'buildbot')