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'. |