From 6f21b8133cb583901810853b478a51fe6aaea311 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 26 Feb 2011 16:48:44 +0000 Subject: pep8 cleanup --- (limited to 'pysamples/load_block.py') diff --git a/pysamples/load_block.py b/pysamples/load_block.py index 084786d..8fb9546 100644 --- a/pysamples/load_block.py +++ b/pysamples/load_block.py @@ -21,6 +21,7 @@ # This procedure is invoked when the user-definable block on the "extras" # palette is selected. + def myblock(lc, blkname): ########################################################################### @@ -32,7 +33,6 @@ def myblock(lc, blkname): from taconstants import BLOCK_NAMES, PRIMITIVES from tautils import find_group - def new_block(lc, blkname, x, y): """ Create a new block. It is a bit more work than just calling _new_block(). We need to: @@ -66,4 +66,3 @@ def myblock(lc, blkname): y += int(new_block(lc, name, x, y)) else: new_block(lc, blkname, x, y) - -- cgit v0.9.1