summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/vyos/utils/process.py2
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