blob: cf7041453c9f225444917c444632a4bf389ce21d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./webapp/graphite/urls.py.orig 2013-08-21 17:11:04.000000000 +0000
+++ ./webapp/graphite/urls.py 2014-02-13 02:01:59.484110692 +0000
@@ -12,7 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License."""
-from django.conf.urls.defaults import *
+from django.conf.urls import *
from django.conf import settings
from django.contrib import admin
|