Move db.sql.open to db.open
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 30 Nov 2012 08:32:25 +0000 (09:32 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 25 Dec 2012 19:09:43 +0000 (20:09 +0100)
commit6eddc3b75e7cdf1e4d4015aeeccff6e250b10558
treed024ef632e3fbf11c6cc716df6e9c58be6c0e0b3
parentbc142abc5592975c08319416d0af12c108504887
Move db.sql.open to db.open

Now that mongo has been ripped out and sqlalchemy is already providing
the database abstraction, there is no need to hide everything in the sql
module. Transition db.sql.open to db.open and adapt all direct importers.
mediagoblin/db/open.py
mediagoblin/db/sql/open.py [deleted file]
mediagoblin/db/sql/util.py
mediagoblin/gmg_commands/dbupdate.py