mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05: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 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import subprocess, plistlib, sys, os, time, json, csv
|
||||
sys.path.append(os.path.abspath(os.path.dirname(os.path.realpath(__file__))))
|
||||
import run
|
||||
from Scripts import run
|
||||
|
||||
class Disk:
|
||||
|
||||
|
|
Loading…
Reference in a new issue