We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a142b commit b6b259cCopy full SHA for b6b259c
qencode/__init__.py
@@ -40,7 +40,7 @@ def x265_video_codec():
40
return Libx265_VideoCodecParameters()
41
42
43
-from exeptions import QencodeClientException, QencodeTaskException
+from exceptions import QencodeClientException, QencodeTaskException
44
45
__version__ = "1.0"
46
__status__ = "Production/Stable"
qencode/exeptions.py qencode/exceptions.pyqencode/exeptions.py renamed to qencode/exceptions.py
0 commit comments