Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test_fill.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-09-02 15:36:25 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-09-02 15:36:25 (GMT)
commit59e30e2d8db68b283bdf8b4c7e6a73d9ad33e946 (patch)
tree47135b7f5f04a8eb41c48d223f4e699125c06e7c /test_fill.py
parent181c0a8dfc5fd434a978498840586e3d2b3637ba (diff)
Pep8 fixes
Diffstat (limited to 'test_fill.py')
-rw-r--r--test_fill.py2
1 files changed, 1 insertions, 1 deletions
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)