Revision 0492a5b5 poller/urls.py

b/poller/urls.py
1 1
#
2 2
# -*- coding: utf-8 -*- vim:fileencoding=utf-8:
3
#Copyright © 2011-2013 Greek Research and Technology Network (GRNET S.A.)
4 3

  
5
#Developed by Leonidas Poulopoulos (leopoul-at-noc-dot-grnet-dot-gr),
6
#GRNET NOC
4
# Copyright (C) 2010-2014 GRNET S.A.
7 5
#
8
#Permission to use, copy, modify, and/or distribute this software for any
9
#purpose with or without fee is hereby granted, provided that the above
10
#copyright notice and this permission notice appear in all copies.
6
# This program is free software: you can redistribute it and/or modify
7
# it under the terms of the GNU General Public License as published by
8
# the Free Software Foundation, either version 3 of the License, or
9
# (at your option) any later version.
11 10
#
12
#THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD
13
#TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
14
#FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
15
#CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
16
#DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
17
#ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
18
#SOFTWARE.
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
# GNU General Public License for more details.
15
#
16
# You should have received a copy of the GNU General Public License
17
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 18
#
20 19
from django.conf.urls.defaults import *
21 20

  

Also available in: Unified diff