sbsv2/raptor/test/common/raptor_tests.py
branchwip
changeset 28 6983dbbe3d70
parent 25 2b76b04e296d
child 31 c7bbe0e983d3
--- a/sbsv2/raptor/test/common/raptor_tests.py	Mon Nov 30 21:12:38 2009 +0000
+++ b/sbsv2/raptor/test/common/raptor_tests.py	Tue Dec 01 23:06:30 2009 +0000
@@ -133,7 +133,6 @@
 		for line in manifest:
 			line = line.replace("$(HOSTPLATFORM_DIR)", host_platform)
 			line = line.replace("./", epocroot+"/").rstrip("\n")
-			# Get rid of newline char and add to dictionary
 			all_files[line] = True
 			# This bit makes a record of unique folders into a list
 			pos = line.rfind("/", le)