diff options
Diffstat (limited to 'examples/polymorph')
| -rw-r--r-- | examples/polymorph/polymorph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/polymorph/polymorph.py b/examples/polymorph/polymorph.py index f2f568726..92554e087 100644 --- a/examples/polymorph/polymorph.py +++ b/examples/polymorph/polymorph.py @@ -4,7 +4,7 @@ import sys, sets # this example illustrates a polymorphic load of two classes, where each class has a very # different set of properties -metadata = BoundMetaData('sqlite://', echo='debug') +metadata = BoundMetaData('sqlite://', echo='True') # a table to store companies companies = Table('companies', metadata, |
