This commit is contained in:
j 2010-09-17 17:43:01 +02:00
commit f441d624fb
7 changed files with 59 additions and 46 deletions

View file

@ -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()