dialogs/PouNameDialog.py
changeset 1744 69dfdb26f600
parent 1736 7e61baa047f0
child 1745 f9d32913bad4
--- a/dialogs/PouNameDialog.py	Tue Aug 15 17:01:51 2017 +0300
+++ b/dialogs/PouNameDialog.py	Tue Aug 15 22:38:43 2017 +0300
@@ -31,8 +31,8 @@
 
 class PouNameDialog(wx.TextEntryDialog):
 
-    def __init__(self, parent, message, caption = "Please enter text", defaultValue = "",
-                       style = wx.OK|wx.CANCEL|wx.CENTRE, pos = wx.DefaultPosition):
+    def __init__(self, parent, message, caption="Please enter text", defaultValue="",
+                       style=wx.OK|wx.CANCEL|wx.CENTRE, pos=wx.DefaultPosition):
         wx.TextEntryDialog.__init__(self, parent, message, caption, defaultValue, style, pos)
 
         self.PouNames = []