diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2012-01-02 16:02:02 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2012-01-04 22:31:52 +0100 |
commit | 6a59a8abd49d921c2316fb4bd4cddf55a322b2fb (patch) | |
tree | 25f1b8881955f81c16cdbff1a99ecfe363addabf /mediagoblin/db/util.py | |
parent | 9c196287ad26f52acb38d6c37560848da23151a6 (diff) | |
download | mediagoblin-6a59a8abd49d921c2316fb4bd4cddf55a322b2fb.tar.lz mediagoblin-6a59a8abd49d921c2316fb4bd4cddf55a322b2fb.tar.xz mediagoblin-6a59a8abd49d921c2316fb4bd4cddf55a322b2fb.zip |
Import MigrationManager from mongo in mongo backend.
Inside the mongo db backend, use the mongo
MigrationManager. This is hopefully the last reference to
the generic MigrationManager reference on db.util.
Diffstat (limited to 'mediagoblin/db/util.py')
-rw-r--r-- | mediagoblin/db/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/db/util.py b/mediagoblin/db/util.py index 3fd96a1d..1df9494c 100644 --- a/mediagoblin/db/util.py +++ b/mediagoblin/db/util.py @@ -14,5 +14,5 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -from mediagoblin.db.mongo.util import (MigrationManager, ObjectId, InvalidId, +from mediagoblin.db.mongo.util import (ObjectId, InvalidId, DESCENDING) |