Skip to content
Snippets Groups Projects
Commit 53fe427e authored by Glenn Glazer's avatar Glenn Glazer
Browse files

SL-407: remove kwargs

parent f38439f4
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class InstallerUserMessage(tk.Tk):
#Linden standard green color, from Marketing
linden_green = "#487A7B"
def __init__(self, text="", title="", width=500, height=200, icon_name = None, icon_path = None, **kwargs):
def __init__(self, text="", title="", width=500, height=200, icon_name = None, icon_path = None):
tk.Tk.__init__(self)
self.grid()
self.title(title)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment