To give an example I have I have two classes that have the same name, but 
belong to different modules.  there is an accounts.py that has a class 
Account(Base), and a testing.py that has a class Account(Base).

When I try to set this up I get warnings:

The classname 'Account' is already in the registry of this declarative base


Is there any way I can get around this without having to change my class 
names?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/wGUh_akx25IJ.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to