diff options
-rw-r--r-- | python/vyos/utils/process.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/vyos/utils/process.py b/python/vyos/utils/process.py index 15b26f4eb..911547995 100644 --- a/python/vyos/utils/process.py +++ b/python/vyos/utils/process.py @@ -13,6 +13,8 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. If not, see <http://www.gnu.org/licenses/>. +import os + from subprocess import Popen from subprocess import PIPE from subprocess import STDOUT |