diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-06-10 19:48:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 19:48:23 +0200 |
| commit | 393e5336dd659ae9db601a1764a4649930c6d336 (patch) | |
| tree | 614923e96f8eb04bb644f392eea7482e23630409 /python/vyos/utils/__init__.py | |
| parent | c55422db607efe7b62c863c31a1e8516d57f8e0f (diff) | |
| parent | 66af3962fa79e86ca2933289f273ccad08748eab (diff) | |
| download | vyos-1x-393e5336dd659ae9db601a1764a4649930c6d336.tar.gz vyos-1x-393e5336dd659ae9db601a1764a4649930c6d336.zip | |
Merge pull request #3622 from vyos/mergify/bp/sagitta/pr-3606
vyos.utils: T5195: import vyos.cpu to this package (backport #3606)
Diffstat (limited to 'python/vyos/utils/__init__.py')
| -rw-r--r-- | python/vyos/utils/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/vyos/utils/__init__.py b/python/vyos/utils/__init__.py index 12ef2d3b8..1cd062a11 100644 --- a/python/vyos/utils/__init__.py +++ b/python/vyos/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright 2024 VyOS maintainers and contributors <maintainers@vyos.io> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,6 +18,7 @@ from vyos.utils import auth from vyos.utils import boot from vyos.utils import commit from vyos.utils import convert +from vyos.utils import cpu from vyos.utils import dict from vyos.utils import file from vyos.utils import io |
