summaryrefslogtreecommitdiff
path: root/item_constants.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-03 14:41:27 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-03 14:41:27 -0500
commitf17090f3197e90b8fad15bc99453450492201b8f (patch)
tree1f07169766d51318d04b45e3896229026d961687 /item_constants.py
parent7ea430ac9adf96d8782ac22f42464453130befef (diff)
remove extra newlines from python files
Remove all of the ending newlines at the end of the file, since this is apparently against pep8.
Diffstat (limited to 'item_constants.py')
-rw-r--r--item_constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/item_constants.py b/item_constants.py
index 929c599..3692c92 100644
--- a/item_constants.py
+++ b/item_constants.py
@@ -238,4 +238,3 @@ def generate_item_constants():
while len(item)<13: item+= " "
output += item + " EQU " + val + "\n"
return output
-