src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py

branch
mpy_network
changeset 9870
0399d3607829
parent 9869
fb2c71c1c7d7
child 10170
6cf1ee737d8f
equal deleted inserted replaced
9869:fb2c71c1c7d7 9870:0399d3607829
668 self.tr( 668 self.tr(
669 "<p><b>circup</b> stores the downloaded CircuitPython bundles in this" 669 "<p><b>circup</b> stores the downloaded CircuitPython bundles in this"
670 " directory.</p><p>{0}</p>" 670 " directory.</p><p>{0}</p>"
671 ).format(circup.DATA_DIR), 671 ).format(circup.DATA_DIR),
672 ) 672 )
673
674 673
675 674
676 def isCircupAvailable(): 675 def isCircupAvailable():
677 """ 676 """
678 Function to check for the availability of 'circup'. 677 Function to check for the availability of 'circup'.

eric ide

mercurial