Skip to content

Commit

Permalink
Apache bind
Browse files Browse the repository at this point in the history
	modified:   app.wsgi
  • Loading branch information
MarrekNozka committed Feb 28, 2014
1 parent e7b8f77 commit 17504f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app.wsgi
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Change working directory so relative paths (and template lookup) work again
import os
import os, sys
os.chdir(os.path.dirname(__file__))

print __file__
sys.path.insert(0, '.')

import bottle
import webpwgen
Expand Down

0 comments on commit 17504f0

Please sign in to comment.