mirror of
https://github.com/aidygus/LinVAM.git
synced 2024-11-23 01:08:06 +11:00
remove modules not used
This commit is contained in:
parent
e9c51b373e
commit
6aa3d4c6a1
@ -6,7 +6,6 @@ from keyactioneditwnd import KeyActionEditWnd
|
||||
from mouseactioneditwnd import MouseActionEditWnd
|
||||
from pauseactioneditwnd import PauseActionEditWnd
|
||||
import json
|
||||
import keyboard
|
||||
|
||||
class CommandEditWnd(QDialog):
|
||||
def __init__(self, p_command, p_parent = None):
|
||||
|
@ -2,9 +2,7 @@ from PyQt5.QtCore import *
|
||||
from PyQt5.QtGui import *
|
||||
from PyQt5.QtWidgets import *
|
||||
from ui_keyactioneditwnd import Ui_KeyActionEditDialog
|
||||
import json
|
||||
import keyboard
|
||||
import time
|
||||
import threading
|
||||
|
||||
class KeyActionEditWnd(QDialog):
|
||||
|
@ -2,7 +2,6 @@ from PyQt5.QtCore import *
|
||||
from PyQt5.QtGui import *
|
||||
from PyQt5.QtWidgets import *
|
||||
from ui_mouseactioneditwnd import Ui_MouseActionEditDialog
|
||||
import json
|
||||
|
||||
|
||||
class MouseActionEditWnd(QDialog):
|
||||
|
@ -2,7 +2,6 @@ from PyQt5.QtCore import *
|
||||
from PyQt5.QtGui import *
|
||||
from PyQt5.QtWidgets import *
|
||||
from ui_pauseactioneditwnd import Ui_PauseActionEditDialog
|
||||
import json
|
||||
|
||||
class PauseActionEditWnd(QDialog):
|
||||
def __init__(self, p_pauseAction, p_parent = None):
|
||||
|
@ -5,7 +5,6 @@ from ui_profileeditwnd import Ui_ProfileEditDialog
|
||||
from commandeditwnd import CommandEditWnd
|
||||
import json
|
||||
from profileexecutor import *
|
||||
import sys
|
||||
|
||||
class ProfileEditWnd(QDialog):
|
||||
def __init__(self, p_profile, p_parent = None):
|
||||
|
Loading…
Reference in New Issue
Block a user