Move db.sql.util to db.util
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 30 Nov 2012 08:49:45 +0000 (09:49 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 7 Jan 2013 10:31:56 +0000 (11:31 +0100)
commit1e46dc2537c5ee706a55876c4dbf86129baafbbf
treecccab441a90d023ab8bcebef96fa3a40b22f8d49
parent0efe9e2796b6feb722acd075218d934aff5e841e
Move db.sql.util to db.util

Now that sqlalchemy is providing the database abstractions, there is no
need to hide everything in db.sql. sub-modules. It complicates the code
and provides a futher layer of indirection.

Move the db.sql.util.py to db.util.py and adapt the importers.
mediagoblin/db/migrations.py
mediagoblin/db/sql/util.py [deleted file]
mediagoblin/db/util.py
mediagoblin/gmg_commands/dbupdate.py
mediagoblin/plugins/oauth/migrations.py
mediagoblin/tests/test_sql_migrations.py