projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328f4d7
)
removing ListView from urls imports, no longer required
author
Seth Woodworth
<seth@sethish.com>
Thu, 18 Apr 2013 16:13:55 +0000
(12:13 -0400)
committer
Seth Woodworth
<seth@sethish.com>
Thu, 18 Apr 2013 16:13:55 +0000
(12:13 -0400)
karmaworld/urls.py
patch
|
blob
|
history
diff --git
a/karmaworld/urls.py
b/karmaworld/urls.py
index ef0788d39f51544900bba00f58a7752fae46ec54..5587cb227517a9ea8ba3eff24b4d9463af6e7ee9 100644
(file)
--- a/
karmaworld/urls.py
+++ b/
karmaworld/urls.py
@@
-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