Skip to content

Commit

Permalink
application = webpwgen.app
Browse files Browse the repository at this point in the history
  • Loading branch information
MarrekNozka committed Mar 3, 2014
1 parent 166abef commit 0806e7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import os, sys
os.chdir(os.path.dirname(__file__))
sys.path.insert(0, '.')

import bottle
import webpwgen
application = bottle.default_app()
application = webpwgen.app

0 comments on commit 0806e7f

Please sign in to comment.