mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05:00
commit
721a910834
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue