forked from 0x2620/oxjs
merging changes
This commit is contained in:
commit
02c12f542c
14 changed files with 115017 additions and 104 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue