Skip to content

Commit 374f07c

Browse files
authored
Update blog.py
1 parent 8d2bcb6 commit 374f07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Basic blog using webpy 0.3 """
2-
import web
32
import model
3+
import web
44

55
### Url mappings
66

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

9090
if __name__ == '__main__':
91-
app.run()
91+
app.run()

0 commit comments

Comments
 (0)