From 59e30e2d8db68b283bdf8b4c7e6a73d9ad33e946 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Mon, 02 Sep 2013 15:36:25 +0000 Subject: Pep8 fixes --- (limited to 'test_fill.py') diff --git a/test_fill.py b/test_fill.py index 9f85f01..9ad5645 100644 --- a/test_fill.py +++ b/test_fill.py @@ -14,7 +14,7 @@ a.append(2) a.append(2) a.append(2) print "before", a -b = fill.fill(a,2,2,3,3,4278190080) +b = fill.fill(a, 2, 2, 3, 3, 4278190080) print "after", b print "after 2", array.array('I', b) -- cgit v0.9.1