Commit 59f33134 by Csók Tamás

selenium is removed from install binary

parent 9174ec20
...@@ -82,14 +82,14 @@ def custom_protocol_register(custom_protocol): ...@@ -82,14 +82,14 @@ def custom_protocol_register(custom_protocol):
def main(): def main():
""" """
Main program Main program
Jobs: Jobs:
read the parameters read the parameters
create a proper icon with the proper driver (or delete) create a proper icon with the proper driver (or delete)
call the nx_client_installer call the nx_client_installer
""" """
try: try:
args = parse_arguments() args = parse_arguments()
shortcut = pythoncom.CoCreateInstance ( shortcut = pythoncom.CoCreateInstance (
......
...@@ -82,14 +82,14 @@ def custom_protocol_register(custom_protocol): ...@@ -82,14 +82,14 @@ def custom_protocol_register(custom_protocol):
def main(): def main():
""" """
Main program Main program
Jobs: Jobs:
read the parameters read the parameters
create a proper icon with the proper driver (or delete) create a proper icon with the proper driver (or delete)
call the nx_client_installer call the nx_client_installer
""" """
try: try:
args = parse_arguments() args = parse_arguments()
shortcut = pythoncom.CoCreateInstance ( shortcut = pythoncom.CoCreateInstance (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment