opnsense-ports/www/py-graphite-web/files/patch-webapp__graphite__cli__urls.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
435 B
Python

--- ./webapp/graphite/cli/urls.py.orig 2013-08-21 17:11:04.000000000 +0000
+++ ./webapp/graphite/cli/urls.py 2014-02-13 02:01:59.481111098 +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.cli.views',
(r'^autocomplete/?$', 'autocomplete'),