Skip to content
Snippets Groups Projects
Commit 9241b13b3f9d authored by INADA Naoki's avatar INADA Naoki
Browse files

Fix NameError

Fixes (#4)
parent 2f53b60f2223
Branches
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
""" """
conn = yield self._get_conn() conn = yield self._get_conn()
trx = Transaction(self, conn) trx = Transaction(self, conn)
raise gen.Return(trx) raise Return(trx)
class Transaction(object): class Transaction(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment