Fix undefined locals.

This commit is contained in:
Georg Brandl 2010-07-20 10:03:20 +01:00
parent 19042aaf94
commit a2b3fd4bbe

View File

@ -12,6 +12,7 @@ Session = sessionmaker()
db_prefix = 'sphinx_'
class Node(Base):
"""Data about a Node in a doctree."""
__tablename__ = db_prefix + 'nodes'