Merge remote branch 'remotes/elrond/idea/invalidid'

This commit is contained in:
Christopher Allan Webber 2011-06-22 09:52:13 -05:00
commit cf383901a9
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,5 @@
# Imports that other modules might use
from pymongo import DESCENDING
from pymongo.errors import InvalidId
from mongokit import ObjectId

View File

@ -15,11 +15,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from bson.errors import InvalidId
from webob import exc
from mediagoblin.util import redirect
from mediagoblin.db.util import ObjectId
from mediagoblin.db.util import ObjectId, InvalidId
def _make_safe(decorator, original):