| Index: samples/swarm/htmlconverter_test.py
 | 
| ===================================================================
 | 
| --- samples/swarm/htmlconverter_test.py	(revision 6010)
 | 
| +++ samples/swarm/htmlconverter_test.py	(working copy)
 | 
| @@ -342,7 +342,7 @@
 | 
|  
 | 
|    # run the htmlconverter.py script on it
 | 
|    printLine("... converting input html [%d]" % (test + 1))
 | 
| -  cmd = [sys.executable, 'tools/htmlconverter.py', inputfile,
 | 
| +  cmd = [sys.executable, './htmlconverter.py', inputfile,
 | 
|           '-o', 'out/', '-t', target]
 | 
|    if verbose: cmd.append('--verbose')
 | 
|    status, out, err = execute(cmd, verbose)
 | 
| @@ -386,7 +386,6 @@
 | 
|  
 | 
|  
 | 
|  def main():
 | 
| -  os.chdir(CLIENT_PATH)
 | 
|    parser = Flags()
 | 
|    options, args = parser.parse_args()
 | 
|    verbose = options.verbose
 | 
| 
 |