summaryrefslogtreecommitdiff
path: root/fake-service/go
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-11-20 09:58:03 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-11-20 14:44:45 -0200
commit6f5bb5312cf1bc52270155570ce4c73d2d884468 (patch)
tree66318876469974415de755c3fe23c3057d9c6cde /fake-service/go
parentf06d639b7644a89fe0c2fff16b0afe2066f172c7 (diff)
Removed fake service and it is not being used nor mantained anymore
Diffstat (limited to 'fake-service/go')
-rwxr-xr-xfake-service/go6
1 files changed, 0 insertions, 6 deletions
diff --git a/fake-service/go b/fake-service/go
deleted file mode 100755
index d0d83096..00000000
--- a/fake-service/go
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-from app.pixelated_user_agent import setup
-import os
-os.environ['PIXELATED_UA_CFG']='../config/pixelated_ua.cfg'
-setup()
-