diff options
Diffstat (limited to 'examples/nested_sets/nested_sets.py')
| -rw-r--r-- | examples/nested_sets/nested_sets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nested_sets/nested_sets.py b/examples/nested_sets/nested_sets.py index 55d734d4e..e35ea61c3 100644 --- a/examples/nested_sets/nested_sets.py +++ b/examples/nested_sets/nested_sets.py @@ -45,7 +45,7 @@ class NestedSetExtension(MapperExtension): class Employee(Base): __tablename__ = 'personnel' __mapper_args__ = { - 'extension':NestedSetExtension(), + 'extension':NestedSetExtension(), 'batch':False # allows extension to fire for each instance before going to the next. } |
