Skip to content

Commit d302497

Browse files
committed
Cosmetics
1 parent f0fa42b commit d302497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import sys
2-
import tinyobj
2+
import tinyobjloader
33

44
filename = "../models/cornell_box.obj";
55

66

7-
reader = tinyobj.ObjReader()
7+
reader = tinyobjloader.ObjReader()
88

99
# Load .obj(and .mtl) using default configuration
1010
ret = reader.ParseFromFile(filename)

0 commit comments

Comments
 (0)