summaryrefslogtreecommitdiff
path: root/www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py
blob: adfa48b4266ac6018e4cfd6d3e478a8858018b45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./webapp/graphite/graphlot/urls.py.orig	2013-08-21 17:11:04.000000000 +0000
+++ ./webapp/graphite/graphlot/urls.py	2014-02-13 02:01:59.482110196 +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 *
 
 urlpatterns = patterns('graphite.graphlot.views',
   ('^rawdata/?$', 'get_data'),