options
This commit is contained in:
parent
1627b635ad
commit
f441d624fb
7 changed files with 59 additions and 46 deletions
|
|
@ -8,8 +8,8 @@ root = os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')
|
|||
if os.path.exists(os.path.join(root, 'oxgst')):
|
||||
sys.path.insert(0, root)
|
||||
|
||||
from oxposter import poster
|
||||
from oximage import oxdb_poster
|
||||
|
||||
if __name__ == "__main__":
|
||||
poster.main()
|
||||
oxdb_poster.main()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue