1
0
Fork 0
forked from 0x2620/oxjs

merging changes

This commit is contained in:
rolux 2011-10-07 03:19:00 +02:00
commit 02c12f542c
14 changed files with 115017 additions and 104 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python
#vim: et:ts=4:sw=4:sts=4
import base64
import json
import os
@ -10,6 +11,7 @@ import sys
def build_oxjs(geo):
base_path = os.path.dirname(__file__)
if base_path:
os.chdir(base_path)