Skip to content

Commit

Permalink
use setuputils for exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeharker committed Dec 9, 2024
1 parent 9fb5c61 commit 79cea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pangocffi/ffi_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import platform
import sys
from distutils.errors import CCompilerError, DistutilsExecError, DistutilsPlatformError
from setuputils.errors import CCompilerError, DistutilsExecError, DistutilsPlatformError
from pathlib import Path
from warnings import warn

Expand Down

0 comments on commit 79cea3e

Please sign in to comment.