mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
development: fix wrong Python ConfigError import statement
This commit is contained in:
parent
14772df32e
commit
76bbe2744d
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user