Use packaged pyblkid
parent
5cdd566df9
commit
3f852d6924
|
@ -9,6 +9,10 @@
|
|||
# Must have working locales, or unicode strings will fail. Install 'locales', configure /etc/locale.gen, run locale-gen.
|
||||
#
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, "/opt/opengnsys/python3/dist-packages")
|
||||
|
||||
|
||||
import shutil
|
||||
|
||||
import argparse
|
||||
|
@ -17,7 +21,7 @@ import logging
|
|||
import subprocess
|
||||
|
||||
import json
|
||||
import sys
|
||||
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
|
|
Loading…
Reference in New Issue