cleanup: unused vars & wrong comment

This commit is contained in:
2014-12-16 11:48:09 +01:00
parent 441742a496
commit 27ec9f20a2
4 changed files with 4 additions and 8 deletions

View File

@@ -1463,7 +1463,7 @@ class BamRemapTest(BamSimpleTestCase):
# absolute path: (project relative) -->
# checkout path: (relative to blend)
blendfile_pair = ("shots/01/shot_01.blend", "new/deeply/nested/path/testme.blend")
images =(
images = (
("maps/generic.png", "foobar/another.png"),
("shots/01/maps/special.png", "blah/image.png"),
)