Utilities/BackgroundService.py

changeset 3538
33a75660df08
parent 3505
84e7cee47d10
child 3579
eccd12461319
--- a/Utilities/BackgroundService.py	Fri Apr 25 22:07:19 2014 +0200
+++ b/Utilities/BackgroundService.py	Sat Apr 26 10:06:49 2014 +0200
@@ -55,7 +55,7 @@
         self.newConnection.connect(self.on_newConnection)
         
         port = self.serverPort()
-        ## NOTE: Need the port if started external in debugger:
+        ## Note: Need the port if started external in debugger:
         print('BackgroundService listening on: %i' % port)
         for pyName in ['Python', 'Python3']:
             interpreter = Preferences.getDebugger(

eric ide

mercurial