summaryrefslogtreecommitdiff
path: root/py-fake-service/go
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-08 11:31:49 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-08 11:32:02 -0300
commitd3a31756c17165d4685287868f53265e49762377 (patch)
tree67ad3b10f4e6dd4223a622121e76ef78ef476fb0 /py-fake-service/go
parentfa6561875f085cb60f6ba81e90e33ab59c6c553d (diff)
Creating the fake python service
Diffstat (limited to 'py-fake-service/go')
-rwxr-xr-xpy-fake-service/go6
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()
+