We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b0ac8 commit 424ec6aCopy full SHA for 424ec6a
cv2/__init__.py
@@ -1,10 +1,5 @@
1
-import sys
2
-import os
3
import importlib
4
5
-# FFmpeg dll is not found on Windows without this
6
-os.environ["PATH"] += os.pathsep + os.path.dirname(os.path.realpath(__file__))
7
-
8
# make IDE's (PyCharm) autocompletion happy
9
from .cv2 import *
10
0 commit comments