diff options
Diffstat (limited to 'py-fake-service/go')
-rwxr-xr-x | py-fake-service/go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/py-fake-service/go b/py-fake-service/go new file mode 100755 index 00000000..d0d83096 --- /dev/null +++ b/py-fake-service/go @@ -0,0 +1,6 @@ +#!/usr/bin/env python +from app.pixelated_user_agent import setup +import os +os.environ['PIXELATED_UA_CFG']='../config/pixelated_ua.cfg' +setup() + |