From 76bbe2744d7184ee50626d9d7b65f21dad1c7e99 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 26 Nov 2019 23:16:21 +0100 Subject: development: fix wrong Python ConfigError import statement --- docs/contributing/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 09cb361a..740646bc 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -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() -- cgit v1.2.3