From 1f16713fe8dce0a9274ceacee52d3570068279d6 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Mon, 05 Nov 2012 14:26:20 +0000 Subject: 80 character line length source cleanup. --- (limited to 'helpers.py') diff --git a/helpers.py b/helpers.py index 335852c..1d0d2fe 100644 --- a/helpers.py +++ b/helpers.py @@ -147,7 +147,7 @@ def decomposePoly(vertices): count = 2 * nv return result -def cast_tuple_to_int(tuple_input): +def tuple_to_int(tuple_input): """Cast tuple values to ints to avoid gtk+ and pygame's dislike of floats. """ return [int(i) for i in tuple_input] -- cgit v0.9.1