Skip to content

Commit

Permalink
Update src/PIL/DdsImagePlugin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
REDxEYE and radarhere authored Oct 30, 2023
1 parent 4c635e4 commit cb554c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/DdsImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class D3DFMT(IntEnum):
MULTI2_ARGB8 = i32(b"MET1")


# Backward compat layer
# Backward compatibility layer
module = sys.modules[__name__]
for item in DDSD:
setattr(module, "DDSD_" + item.name, item.value)
Expand Down

0 comments on commit cb554c6

Please sign in to comment.