Pass codecheck.

This commit is contained in:
Bob Lantz
2010-05-06 17:48:15 -07:00
parent 82b7207295
commit e3f6ecca97
9 changed files with 30 additions and 33 deletions
-1
View File
@@ -58,4 +58,3 @@ def makeTerms( nodes, title='Node', term='xterm' ):
title: base title for each
returns: list of created terminal processes"""
return [ makeTerm( node, title, term ) for node in nodes ]