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 mouseactioneditwnd import MouseActionEditWnd
|
||||||
from pauseactioneditwnd import PauseActionEditWnd
|
from pauseactioneditwnd import PauseActionEditWnd
|
||||||
import json
|
import json
|
||||||
import keyboard
|
|
||||||
|
|
||||||
class CommandEditWnd(QDialog):
|
class CommandEditWnd(QDialog):
|
||||||
def __init__(self, p_command, p_parent = None):
|
def __init__(self, p_command, p_parent = None):
|
||||||
|
@ -2,9 +2,7 @@ from PyQt5.QtCore import *
|
|||||||
from PyQt5.QtGui import *
|
from PyQt5.QtGui import *
|
||||||
from PyQt5.QtWidgets import *
|
from PyQt5.QtWidgets import *
|
||||||
from ui_keyactioneditwnd import Ui_KeyActionEditDialog
|
from ui_keyactioneditwnd import Ui_KeyActionEditDialog
|
||||||
import json
|
|
||||||
import keyboard
|
import keyboard
|
||||||
import time
|
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
class KeyActionEditWnd(QDialog):
|
class KeyActionEditWnd(QDialog):
|
||||||
|
@ -2,7 +2,6 @@ from PyQt5.QtCore import *
|
|||||||
from PyQt5.QtGui import *
|
from PyQt5.QtGui import *
|
||||||
from PyQt5.QtWidgets import *
|
from PyQt5.QtWidgets import *
|
||||||
from ui_mouseactioneditwnd import Ui_MouseActionEditDialog
|
from ui_mouseactioneditwnd import Ui_MouseActionEditDialog
|
||||||
import json
|
|
||||||
|
|
||||||
|
|
||||||
class MouseActionEditWnd(QDialog):
|
class MouseActionEditWnd(QDialog):
|
||||||
|
@ -2,7 +2,6 @@ from PyQt5.QtCore import *
|
|||||||
from PyQt5.QtGui import *
|
from PyQt5.QtGui import *
|
||||||
from PyQt5.QtWidgets import *
|
from PyQt5.QtWidgets import *
|
||||||
from ui_pauseactioneditwnd import Ui_PauseActionEditDialog
|
from ui_pauseactioneditwnd import Ui_PauseActionEditDialog
|
||||||
import json
|
|
||||||
|
|
||||||
class PauseActionEditWnd(QDialog):
|
class PauseActionEditWnd(QDialog):
|
||||||
def __init__(self, p_pauseAction, p_parent = None):
|
def __init__(self, p_pauseAction, p_parent = None):
|
||||||
|
@ -5,7 +5,6 @@ from ui_profileeditwnd import Ui_ProfileEditDialog
|
|||||||
from commandeditwnd import CommandEditWnd
|
from commandeditwnd import CommandEditWnd
|
||||||
import json
|
import json
|
||||||
from profileexecutor import *
|
from profileexecutor import *
|
||||||
import sys
|
|
||||||
|
|
||||||
class ProfileEditWnd(QDialog):
|
class ProfileEditWnd(QDialog):
|
||||||
def __init__(self, p_profile, p_parent = None):
|
def __init__(self, p_profile, p_parent = None):
|
||||||
|
Loading…
Reference in New Issue
Block a user