Skip to content

Commit b6b259c

Browse files
committed
Filename typo
1 parent e9a142b commit b6b259c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

qencode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def x265_video_codec():
4040
return Libx265_VideoCodecParameters()
4141

4242

43-
from exeptions import QencodeClientException, QencodeTaskException
43+
from exceptions import QencodeClientException, QencodeTaskException
4444

4545
__version__ = "1.0"
4646
__status__ = "Production/Stable"

0 commit comments

Comments
 (0)