Add placeholder for method that will load the board presets.
[bertos.git] / wizard / BProject.py
index 9a830528fb49ec58194279cf1ea5f52ab26ae59c..2676d9e864309f5381ffc9a732ce121cb66b41f6 100644 (file)
@@ -116,6 +116,9 @@ class BProject(object):
         self.loadModuleData(True)
         setEnabledModules(self, project_data["ENABLED_MODULES"])
 
+    def loadProjectPresets(self, preset_directory):
+        pass
+
     def loadModuleData(self, edit=False):
         module_info_dict = {}
         list_info_dict = {}