EVOLUTION-MANAGER
Edit File: bugzilla
#!/usr/bin/python2 # EASY-INSTALL-ENTRY-SCRIPT: 'python-bugzilla==2.5.0','console_scripts','bugzilla' __requires__ = 'python-bugzilla==2.5.0' import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.exit( load_entry_point('python-bugzilla==2.5.0', 'console_scripts', 'bugzilla')() )