bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.

Home Page:http://findingscience.com/twistar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing import in dbconfig/base.py

flaviogrossi opened this issue · comments

hi,

a very small problem in your code:
in InteractionBase.refreshObj() method you use the CannotRefreshError without importing the exceptions module first.

a trivial from twistar.exceptions import CannotRefreshError fixes the problem

bye,
flavio

Thanks! Fixed in 59394f0