removing ListView from urls imports, no longer required
authorSeth Woodworth <seth@sethish.com>
Thu, 18 Apr 2013 16:13:55 +0000 (12:13 -0400)
committerSeth Woodworth <seth@sethish.com>
Thu, 18 Apr 2013 16:13:55 +0000 (12:13 -0400)
karmaworld/urls.py

index ef0788d39f51544900bba00f58a7752fae46ec54..5587cb227517a9ea8ba3eff24b4d9463af6e7ee9 100644 (file)
@@ -1,10 +1,10 @@
 #!/usr/bin/env python
 # -*- coding:utf8 -*-
 # Copyright (C) 2012  FinalsClub Foundation
+""" Controller for the KarmaNotes website """
 
 from django.contrib import admin
 from django.conf.urls.defaults import patterns, include, url
-from django.views.generic import ListView
 from django.views.generic.simple import direct_to_template
 
 from karmaworld.apps.ajaxuploader.views import ajax_uploader