summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 17:56:43 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 18:27:02 -0300
commita443d2d58f46d6b63b7cabe72a8851234a59b10e (patch)
tree271ce5f1fc712741c8330d2ee9df662b385ec5ef /service/go
parentf06094f9cad86617a31ea2e05accf8d3f63ebb24 (diff)
Removed go and runtests - setup.py develop creates a pixelated-user-agent script that you can run
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go6
1 files changed, 0 insertions, 6 deletions
diff --git a/service/go b/service/go
deleted file mode 100755
index a937b8b1..00000000
--- a/service/go
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-from pixelated.user_agent import setup
-import os
-os.environ['PIXELATED_UA_CFG']='../config/pixelated_ua.cfg'
-setup()
-