make mypy happy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Relational
|
||||
# Copyright (C) 2008-2015 Salvo "LtWorf" Tomaselli
|
||||
# Copyright (C) 2008-2017 Salvo "LtWorf" Tomaselli
|
||||
#
|
||||
# Relational is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -24,7 +24,7 @@ try: # If QtWebKit is available, uses it
|
||||
except:
|
||||
webk = False
|
||||
|
||||
version = 0
|
||||
version = ''
|
||||
|
||||
|
||||
class Ui_Dialog(object):
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# Relational
|
||||
# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli
|
||||
# Copyright (C) 2008-2017 Salvo "LtWorf" Tomaselli
|
||||
#
|
||||
# Relational is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -28,6 +28,9 @@ from relational_gui import surveyForm
|
||||
from relational_gui import maingui
|
||||
|
||||
|
||||
version = ''
|
||||
|
||||
|
||||
class relForm(QtWidgets.QMainWindow):
|
||||
|
||||
def __init__(self):
|
||||
|
@@ -24,6 +24,9 @@ from PyQt5 import QtWidgets
|
||||
from relational import maintenance
|
||||
|
||||
|
||||
version = ''
|
||||
|
||||
|
||||
class surveyForm (QtWidgets.QWidget):
|
||||
|
||||
'''This class is the form used for the survey, needed to intercept the events.
|
||||
|
Reference in New Issue
Block a user