Author: janne.t.harkonen Date: Thu May 21 08:40:04 2009 New Revision: 2009
Modified: trunk/proto/testgen/testgen.py Log: shebang Modified: trunk/proto/testgen/testgen.py ============================================================================== --- trunk/proto/testgen/testgen.py (original) +++ trunk/proto/testgen/testgen.py Thu May 21 08:40:04 2009 @@ -1,3 +1,5 @@ +#!/usr/bin/env python + """A tool for creating data driven test case for Robot Framework Usage: testgen.py variablefile template output
