Skip to content

Commit bd71634

Browse files
author
Agnibho Mondal
committed
Added docstrings
1 parent 10abdec commit bd71634

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

const.py

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
#! /usr/bin/python3
22

3-
# DDStorm
4-
# -------
5-
# Copyright (c) 2015 Agnibho Mondal
6-
# All rights reserved
3+
''' This module defines some constants for DDStorm '''
4+
'''
5+
Copyright (c) 2015 Agnibho Mondal
6+
All rights reserved
77
8-
# This file is part of DDStorm.
8+
This file is part of DDStorm.
99
10-
# DDStorm is free software: you can redistribute it and/or modify
11-
# it under the terms of the GNU General Public License as published by
12-
# the Free Software Foundation, either version 3 of the License, or
13-
# (at your option) any later version.
10+
DDStorm is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
1414
15-
# DDStorm is distributed in the hope that it will be useful,
16-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
# GNU General Public License for more details.
15+
DDStorm is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU General Public License for more details.
1919
20-
# You should have received a copy of the GNU General Public License
21-
# along with DDStorm. If not, see <http://www.gnu.org/licenses/>.
20+
You should have received a copy of the GNU General Public License
21+
along with DDStorm. If not, see <http://www.gnu.org/licenses/>.
22+
'''
2223

2324
CONF_FILE="./ddstorm.conf"
2425
LOG_FILE="./ddstorm.log"

0 commit comments

Comments
 (0)