Skip to content

Commit 8563201

Browse files
committed
Namespace consistency
Signed-off-by: Larry Gritz <[email protected]>
1 parent fd7a45d commit 8563201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/docs-examples-python/src/docs-examples-imagebufalgo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def example_make_texture():
263263
config["maketx:filtername"] = "lanczos3"
264264
config["maketx:opaque_detect"] = 1
265265

266-
ok = ImageBufAlgo.make_texture (oiio.MakeTxTexture,
266+
ok = ImageBufAlgo.make_texture (MakeTxTexture,
267267
Input, "texture.exr", config)
268268
if not ok :
269269
print("make_texture error:", oiio.geterror())

0 commit comments

Comments
 (0)