Skip to content

Commit eccb68b

Browse files
committed
Filename typo
1 parent 10a3606 commit eccb68b

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__ = "0.9.29"
4646
__status__ = "Beta"
File renamed without changes.

0 commit comments

Comments
 (0)