| Index: third_party/google-endpoints/setuptools/script (dev).tmpl
|
| diff --git a/third_party/google-endpoints/setuptools/script (dev).tmpl b/third_party/google-endpoints/setuptools/script (dev).tmpl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d58b1bb5bfa58964966863bef1c8102a729fef79
|
| --- /dev/null
|
| +++ b/third_party/google-endpoints/setuptools/script (dev).tmpl
|
| @@ -0,0 +1,5 @@
|
| +# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r
|
| +__requires__ = %(spec)r
|
| +__import__('pkg_resources').require(%(spec)r)
|
| +__file__ = %(dev_path)r
|
| +exec(compile(open(__file__).read(), __file__, 'exec'))
|
|
|