File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -*-
1
+ # -#- coding: utf-8 -#-
2
+
3
+ ###########################################################################
4
+ # __init__.py
5
+ # ---------------------
6
+ # Date : November 2018
7
+ # Copyright : (C) 2018 by Nathan Woodrow
8
+ # Email : woodrow dot nathan at gmail dot com
9
+ ###########################################################################
10
+ # #
11
+ # This program is free software; you can redistribute it and/or modify #
12
+ # it under the terms of the GNU General Public License as published by #
13
+ # the Free Software Foundation; either version 2 of the License, or #
14
+ # (at your option) any later version. #
15
+ # #
16
+ ###########################################################################
2
17
3
18
"""
4
- ***************************************************************************
5
- __init__.py
6
- ---------------------
7
- Date : November 2018
8
- Copyright : (C) 2018 by Nathan Woodrow
9
- Email : woodrow dot nathan at gmail dot com
10
- ***************************************************************************
11
- * *
12
- * This program is free software; you can redistribute it and/or modify *
13
- * it under the terms of the GNU General Public License as published by *
14
- * the Free Software Foundation; either version 2 of the License, or *
15
- * (at your option) any later version. *
16
- * *
17
- ***************************************************************************
19
+ QGIS Processing Python additions.
20
+
21
+ This module contains stable API adding additional Python specific functionality
22
+ to the core QGIS c++ Processing classes.
18
23
"""
19
24
20
25
__author__ = 'Nathan Woodrow'
You can’t perform that action at this time.
0 commit comments