development: fix wrong Python ConfigError import statement

This commit is contained in:
Christian Poessinger 2019-11-26 23:16:21 +01:00
parent 14772df32e
commit 76bbe2744d

View File

@ -271,7 +271,7 @@ device if you happen to be a crazy scientist.
import sys
from vyos.config import Config
from vyos.util import ConfigError
from vyos import ConfigError
def get_config():
vc = Config()