fixed some pep8 violations

This commit is contained in:
Stephen M. McQuay
2012-05-16 00:00:58 -06:00
parent 1a317781cf
commit dd6148ef52
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ class TestCC(unittest.TestCase):
'blender', 'samples')
self.cube_file_name = os.path.join(self.samples_dir, 'cube.json')
self.cube = json.load(open(self.cube_file_name, 'r'))
self.cube_file_name = os.path.join(self.samples_dir, 'cube-blender-cc-1.json')
self.cube_file_name = os.path.join(self.samples_dir,
'cube-blender-cc-1.json')
self.cube1 = json.load(open(self.cube_file_name, 'r'))
def test_refined_vertex_location(self):