slackbuilds_ponce/development/google-appengine-pysdk/gae.sh
dsomero a11fe67bac Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-05-21 20:01:58 -04:00

3 lines
86 B
Bash

#!/bin/sh
export GAEROOT=/opt/google/appengine-pysdk
export PATH="${PATH}:${GAEROOT}"