Skip to content

Commit

Permalink
tools/*.py: Remove unused imports and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Dec 25, 2017
1 parent 8eb8611 commit 6689568
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tools/build-addon-index.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def __init__(self, filename):
if lst[0][0] != "supertux-addoninfo":
raise Exception("not a supertux-addoninfo: %s" % lst[0][0])
else:
tags = {}
for k, v in lst[0][1:]:
if k == "id":
self.id = v
Expand Down
1 change: 0 additions & 1 deletion tools/font-add-border.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from PIL import Image
import sys
import argparse

# Add a 1 pixel border around every glyph in a font
Expand Down
1 change: 0 additions & 1 deletion tools/font-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import argparse
import cairo
import codecs
import math
import re

class FontGenerator(object):
Expand Down
1 change: 0 additions & 1 deletion tools/sexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# misrepresented as being the original software.
# 3. This notice may not be removed or altered from any source distribution.

import re
import codecs

def parse(text):
Expand Down

0 comments on commit 6689568

Please sign in to comment.