jpayne@69: # EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r jpayne@69: __requires__ = %(spec)r jpayne@69: __import__('pkg_resources').require(%(spec)r) jpayne@69: __file__ = %(dev_path)r jpayne@69: with open(__file__) as f: jpayne@69: exec(compile(f.read(), __file__, 'exec'))