mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix undefined locals.
This commit is contained in:
parent
19042aaf94
commit
a2b3fd4bbe
@ -12,6 +12,7 @@ Session = sessionmaker()
|
||||
|
||||
db_prefix = 'sphinx_'
|
||||
|
||||
|
||||
class Node(Base):
|
||||
"""Data about a Node in a doctree."""
|
||||
__tablename__ = db_prefix + 'nodes'
|
||||
|
Loading…
Reference in New Issue
Block a user