Skip to content

Commit

Permalink
Update blog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rupalibehera authored Mar 11, 2017
1 parent 8d2bcb6 commit 374f07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Basic blog using webpy 0.3 """
import web
import model
import web

### Url mappings

Expand Down Expand Up @@ -88,4 +88,4 @@ def POST(self, id):
app = web.application(urls, globals())

if __name__ == '__main__':
app.run()
app.run()

0 comments on commit 374f07c

Please sign in to comment.