Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #46 from matheuspatury/master
Browse files Browse the repository at this point in the history
Wrong Tutorial Base Code.
  • Loading branch information
FSX committed Apr 29, 2013
2 parents 259f2e2 + 7bf98a1 commit c434227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ to demonstrate Momoko's functionality. Here goes::
from tornado import gen
from tornado.ioloop import IOLoop
from tornado.httpserver import HTTPServer
from tornado.options import parse_command_line, asynchronous
from tornado.options import parse_command_line
from tornado.web import *

import psycopg2
import momoko
Expand Down

0 comments on commit c434227

Please sign in to comment.