summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 15:43:50 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 18:27:01 -0300
commit31289cb156540a95dfe51737d9fd4e1a7393f2f2 (patch)
tree238480ca562c9c65e1aeaaeaebe063549b3718f4 /service/go
parent02df978f9faa4a00b07d2c70d3bd47a25287d0e1 (diff)
Added setup.py and changed app to pixelated because it will be a package
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/go b/service/go
index d0d83096..a937b8b1 100755
--- a/service/go
+++ b/service/go
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-from app.pixelated_user_agent import setup
+from pixelated.user_agent import setup
import os
os.environ['PIXELATED_UA_CFG']='../config/pixelated_ua.cfg'
setup()