src/eric7/MicroPython/MicroPythonFileManagerWidget.py

branch
mpy_network
changeset 9787
163511257f24
parent 9769
c6cda4cb81d5
child 9788
12294115900a
equal deleted inserted replaced
9783:5f84d5eeee9e 9787:163511257f24
325 self.putAsButton.setEnabled(enable) 325 self.putAsButton.setEnabled(enable)
326 326
327 @pyqtSlot(str) 327 @pyqtSlot(str)
328 def on_localCwd_textChanged(self, cwd): 328 def on_localCwd_textChanged(self, cwd):
329 """ 329 """
330 Public slot handling a change of the current local working directory. 330 Private slot handling a change of the current local working directory.
331 331
332 @param cwd current local working directory 332 @param cwd current local working directory
333 @type str 333 @type str
334 """ 334 """
335 self.localUpButton.setEnabled(cwd != os.sep) 335 self.localUpButton.setEnabled(cwd != os.sep)

eric ide

mercurial