[nbc] Add missing import

pull/8/head
Philipp Hagemeister 2014-07-23 01:47:18 +02:00
rodzic d82ba23ba5
commit 37e64addc8
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,11 @@ import re
import json
from .common import InfoExtractor
from ..utils import find_xpath_attr, compat_str
from ..utils import (
compat_str,
ExtractorError,
find_xpath_attr,
)
class NBCIE(InfoExtractor):