We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4870d68 commit 74b0fbbCopy full SHA for 74b0fbb
1 file changed
src/py-opentimelineio/opentimelineio/console/otioconvert.py
@@ -9,12 +9,6 @@
9
10
import opentimelineio as otio
11
12
-# on some python interpreters, pkg_resources is not available
13
-try:
14
- import pkg_resources
15
-except ImportError:
16
- pkg_resources = None
17
-
18
__doc__ = """ Python wrapper around OTIO to convert timeline files between \
19
formats.
20
0 commit comments