Skip to content

Commit 8aadb0c

Browse files
committed
Drop pkg_resources import
It is unused since 17e9297 and no longer exists since setuptools 82
1 parent f3cb304 commit 8aadb0c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/py-opentimelineio/opentimelineio/console/otioconvert.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
import opentimelineio as otio
1111

12-
# on some python interpreters, pkg_resources is not available
13-
try:
14-
import pkg_resources
15-
except ImportError:
16-
pkg_resources = None
17-
1812
__doc__ = """ Python wrapper around OTIO to convert timeline files between \
1913
formats.
2014

0 commit comments

Comments
 (0)