mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Update diskwin.py
Fixed the import error in line 8 while importing the run model with python 3.11.0
This commit is contained in:
parent
16435edbbd
commit
485dd7394b
@ -1,6 +1,6 @@
|
|||||||
import subprocess, plistlib, sys, os, time, json, csv
|
import subprocess, plistlib, sys, os, time, json, csv
|
||||||
sys.path.append(os.path.abspath(os.path.dirname(os.path.realpath(__file__))))
|
sys.path.append(os.path.abspath(os.path.dirname(os.path.realpath(__file__))))
|
||||||
import run
|
from Scripts import run
|
||||||
|
|
||||||
class Disk:
|
class Disk:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user