mirror of https://gitlab.com/pamhyr/pamhyr2
Debug: Fix pep8.
parent
16f0775783
commit
37f1b43b93
|
|
@ -103,6 +103,7 @@ class ReplWindow(PamhyrWindow):
|
||||||
# Display results
|
# Display results
|
||||||
self.find(QTextEdit, "textEdit").append(str(value))
|
self.find(QTextEdit, "textEdit").append(str(value))
|
||||||
|
|
||||||
|
|
||||||
class TimerWindow(PamhyrWindow):
|
class TimerWindow(PamhyrWindow):
|
||||||
_pamhyr_ui = "DebugTimer"
|
_pamhyr_ui = "DebugTimer"
|
||||||
_pamhyr_name = "Debug Timer"
|
_pamhyr_name = "Debug Timer"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue