diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-20 17:56:43 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-20 18:27:02 -0300 |
commit | a443d2d58f46d6b63b7cabe72a8851234a59b10e (patch) | |
tree | 271ce5f1fc712741c8330d2ee9df662b385ec5ef /service/go | |
parent | f06094f9cad86617a31ea2e05accf8d3f63ebb24 (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-x | service/go | 6 |
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() - |