This commit is contained in:
Jack Robison 2019-01-22 15:56:45 -05:00 committed by Lex Berezhny
parent bb6112276f
commit 34a725f7ad

View file

@ -5,7 +5,7 @@ import tempfile
import unittest
import argparse
from lbrynet.conf import Config, BaseConfig, String, Integer, Toggle, Servers, NOT_SET
from lbrynet.p2p.Error import InvalidCurrencyError
from lbrynet.error import InvalidCurrencyError
class TestConfig(BaseConfig):