Skip to content

Commit bb52859

Browse files
committed
Fix missing import
1 parent 853035d commit bb52859

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nets/8r-1c-srv6-pm/isis8d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/python
22

3+
import os
4+
35
# Activate virtual environment if a venv path has been specified in .venv
46
# This must be executed only if this file has been executed as a
57
# script (instead of a module)

0 commit comments

Comments
 (0)