One more mild styling tweak
[mediagoblin.git] / mediagoblin / views.py
index 602f10982c254b8b01fd3903f5150d7e52a12753..dd722c63c4f16d6c105cfefdb96ece5ce244ebdd 100644 (file)
 # 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/>.
 
-import datetime
-
-from webob import Response, exc
-import wtforms
-from pymongo import DESCENDING
-from mongokit import ObjectId
-from mediagoblin import models
-import gettext
+from webob import Response
+from mediagoblin.db.util import DESCENDING
 
 def root_view(request):
     media_entries = request.db.MediaEntry.find(