Skip to content

Commit

Permalink
name the backend in the same way as the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
David Clymer committed Sep 1, 2010
1 parent 5b29a66 commit 8123cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghettoq/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"database": "ghettoq.backends.database.DatabaseBackend",
"mongodb": "ghettoq.backends.mongodb.MongodbBackend",
"beanstalk": "ghettoq.backends.beanstalk.BeanstalkBackend",
"couch_db": "ghettoq.backends.couch_db.CouchdbBackend",
"couchdb": "ghettoq.backends.couch_db.CouchdbBackend",
}
_backend_cache = {}

Expand Down

0 comments on commit 8123cbf

Please sign in to comment.