Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 7, 2016
1 parent 5e89058 commit 27afd6c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@

"""
***************************************************************************
NewPreconfiguredAlgorithmAction.py
DeletePreconfiguredAlgorithmAction.py
---------------------
Date : April 2016
Copyright : (C) 2016 by Victor Olaya
Expand Down
Expand Up @@ -2,7 +2,7 @@

"""
***************************************************************************
PreconfiguredAlgorithmAction.py
PreconfiguredAlgorithm.py
---------------------
Date : April 2016
Copyright : (C) 2016 by Victor Olaya
Expand Down Expand Up @@ -63,4 +63,4 @@ def execute(self, progress):
for name, value in self.description["outputs"].iteritems():
self.alg.setOutputValue(name, value)
self.alg.execute(progress)
self.outputs = self.alg.outputs
self.outputs = self.alg.outputs
19 changes: 19 additions & 0 deletions python/plugins/processing/preconfigured/PreconfiguredUtils.py
@@ -1,3 +1,22 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
PreconfiguredUtils.py
---------------------
Date : April 2016
Copyright : (C) 2016 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""

import os
from processing.tools.system import mkdir, userFolder

Expand Down

0 comments on commit 27afd6c

Please sign in to comment.