diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-18 18:46:27 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-18 18:46:27 +0000 |
| commit | 5ddce0ea00ff0534392ecabbb17b74becdcee4aa (patch) | |
| tree | d147170332fe7ca79e93d5dc8a84cae33972d543 /test/orm/inheritance/polymorph.py | |
| parent | d76dc73f33b6607b3805dc0efa29a98057afdb55 (diff) | |
| download | sqlalchemy-5ddce0ea00ff0534392ecabbb17b74becdcee4aa.tar.gz | |
*most* py3k warnings are resolved, with the exception of the various __setslice__ related warnings
I don't really know how to get rid of
Diffstat (limited to 'test/orm/inheritance/polymorph.py')
| -rw-r--r-- | test/orm/inheritance/polymorph.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/inheritance/polymorph.py b/test/orm/inheritance/polymorph.py index cbdbd4c00..aa241cea8 100644 --- a/test/orm/inheritance/polymorph.py +++ b/test/orm/inheritance/polymorph.py @@ -1,7 +1,6 @@ """tests basic polymorphic mapper loading/saving, minimal relations""" import testenv; testenv.configure_for_tests() -import sets from sqlalchemy import * from sqlalchemy.orm import * from sqlalchemy.orm import exc as orm_exc |
