~shinken-dev/shinken/trunk

« back to all changes in this revision

Viewing changes to modules/ndodb_mysql/__init__.py

  • Committer: naparuba
  • Date: 2013-07-17 15:00:00 UTC
  • Revision ID: git-v1:f6974d4a78bfdb06e54d177435c11389914ea3d1
Enh: remove the NDO modules from the core repo. Hail to the king baby

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
 
3
 
# -*- coding: utf-8 -*-
4
 
 
5
 
# Copyright (C) 2009-2012:
6
 
#    Gabes Jean, naparuba@gmail.com
7
 
#    Gerhard Lausser, Gerhard.Lausser@consol.de
8
 
#    Gregory Starck, g.starck@gmail.com
9
 
#    Hartmut Goebel, h.goebel@goebel-consult.de
10
 
#
11
 
# This file is part of Shinken.
12
 
#
13
 
# Shinken is free software: you can redistribute it and/or modify
14
 
# it under the terms of the GNU Affero General Public License as published by
15
 
# the Free Software Foundation, either version 3 of the License, or
16
 
# (at your option) any later version.
17
 
#
18
 
# Shinken is distributed in the hope that it will be useful,
19
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
 
# GNU Affero General Public License for more details.
22
 
#
23
 
# You should have received a copy of the GNU Affero General Public License
24
 
# along with Shinken.  If not, see <http://www.gnu.org/licenses/>.
25