qizhiyi / sqlalchemy-migrate

Automatically exported from code.google.com/p/sqlalchemy-migrate
MIT License
0 stars 0 forks source link

MigrateDeprecationWarning in versioning/script/py.py is wrong #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to raise an exceptions.MigrateDeprecationWarning inside this file with 
existing imports.
2.
3.

What is the expected output? What do you see instead?
Expect the error to be raised because it is used in the run method in certain 
situations.  However, I think the import is wrong because it references 
versioning.exceptions.MigrateDeprecationWarning when the actual warning is in 
changeset.exceptions.

What version of the product are you using? On what operating system?
Trunk

Please provide any additional information below.

Original issue reported on code.google.com by andrew.b...@gmail.com on 20 Jul 2010 at 2:24

GoogleCodeExporter commented 8 years ago
Fixed in trunk, thanks!

Original comment by iElect...@gmail.com on 21 Jul 2010 at 7:38