diff options
| author | dd <91662885+dd010101@users.noreply.github.com> | 2024-05-25 17:48:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-25 17:48:55 +0200 |
| commit | 30e081efd43cd8ec6b2fb386dce83d0340fae04e (patch) | |
| tree | a5338837b1317bfab1a03f7bcf3edbe0702086e7 /scripts | |
| parent | 1f13bccc12be1b1c0d9169346423a87cdab9590e (diff) | |
| parent | 4b60aa471524e87824416cc44b313cc2239d7e4a (diff) | |
| download | vyos-build-30e081efd43cd8ec6b2fb386dce83d0340fae04e.tar.gz vyos-build-30e081efd43cd8ec6b2fb386dce83d0340fae04e.zip | |
Merge branch 'vyos:equuleus' into equuleus
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/vhd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/vhd.py b/scripts/vhd.py index 6a268924..41014eee 100755 --- a/scripts/vhd.py +++ b/scripts/vhd.py @@ -7,7 +7,6 @@ import array import struct import time import sys -import os from uuid import uuid4 |
