src/eric7/eric7_server.py

branch
server
changeset 10719
34901362f648
parent 10597
fbe93720ee9f
child 10762
d141283f7334
--- a/src/eric7/eric7_server.py	Sun May 19 17:48:07 2024 +0200
+++ b/src/eric7/eric7_server.py	Sun May 19 18:20:03 2024 +0200
@@ -17,7 +17,7 @@
 import sys
 
 from eric7.RemoteServer.EricServer import EricServer
-from eric7.UI.Info import Version
+from eric7.__version__ import Version
 
 
 def createArgumentParser():
@@ -47,10 +47,11 @@
         "--with-ipv6",
         action="store_true",
         help="Listen on IPv6 interfaces as well if the system supports the creation"
-        "of TCP sockets which can handle both IPv4 and IPv6. {0}".format(
+        " of TCP sockets which can handle both IPv4 and IPv6. {0}".format(
             "This system supports this feature."
             if socket.has_dualstack_ipv6()
-            else "This system does not support this feature. Option will be ignored."
+            else "This system does not support this feature. The option will be"
+            " ignored."
         ),
     )
     parser.add_argument(

eric ide

mercurial