so many pep8 fixes
(cherry picked from commit bee125d)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#===============================================================================
|
||||
# =============================================================================
|
||||
# Copyright (C) 2010 Diego Duclos
|
||||
#
|
||||
# This file is part of pyfa.
|
||||
@@ -15,9 +15,11 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
|
||||
#===============================================================================
|
||||
# =============================================================================
|
||||
|
||||
import config
|
||||
|
||||
|
||||
versionString = "{0} {1} - {2} {3}".format(config.version, config.tag, config.expansionName, config.expansionVersion)
|
||||
licenses = (
|
||||
"pyfa is released under GNU GPLv3 - see included LICENSE file",
|
||||
@@ -27,7 +29,7 @@ licenses = (
|
||||
)
|
||||
developers = (
|
||||
"blitzmann \tSable Blitzmann (maintainer)",
|
||||
"cncfanatics \tSakari Orisi (retired)" ,
|
||||
"cncfanatics \tSakari Orisi (retired)",
|
||||
"DarkPhoenix \tKadesh Priestess (retired)",
|
||||
"Darriele \t\tDarriele (retired)",
|
||||
"Ebag333 \t\tEbag Trescientas"
|
||||
|
||||
Reference in New Issue
Block a user