1
0

some import clean-up in qt

This commit is contained in:
SomberNight
2018-09-25 18:15:28 +02:00
parent 9d7cf12244
commit 33d14e4238
18 changed files with 65 additions and 42 deletions

View File

@@ -26,8 +26,10 @@
from PyQt5.QtGui import *
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from .util import ButtonsTextEdit
class CompletionTextEdit(ButtonsTextEdit):
def __init__(self, parent=None):