fixed some pep8 violations
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user