Cleanups so hooke/ui/gui/ passes unittests.
[hooke.git] / hooke / ui / gui / dialog / string.py
index 6e29ba76912f075a24b51d96510cd17548b3ee59..734bfaa8b1b1dae0ae2a0d9cc3c9b2ea8b841cbd 100644 (file)
@@ -1,5 +1,10 @@
-class StringPopup (wx.Dialog):
+# Copyright
+
+import wx
 
+
+class StringPopup (wx.Dialog):
+    def __init__(self):
         self._c = {
             'text': wx.StaticText(
                 parent=self, label=message, style=wx.ALIGN_CENTRE),