mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-14 17:22:53 -07:00
import errno. fixes #213
This commit is contained in:
parent
509b7d1602
commit
85c9f68a50
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import sys
|
|||
import os
|
||||
import ConfigParser
|
||||
import logging
|
||||
import errno
|
||||
from subprocess import call
|
||||
|
||||
Logger = logging.getLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue