Import changes, added method caller

This commit is contained in:
2022-01-24 20:58:41 -06:00
parent 00217b7a8e
commit 03047325b8
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Python imports
import threading, signal, inspect, os, time
import threading, subprocess, time
# Gtk imports