Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_contructor.py @ 431:482b9bcf0ca4
bridge: typo in bridge constructor
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 12 Nov 2011 10:33:29 +0100 |
parents | 6c20c76abdcc |
children | cf005701624b |
comparison
equal
deleted
inserted
replaced
430:7c7ec2347b56 | 431:482b9bcf0ca4 |
---|---|
278 sections.sort() | 278 sections.sort() |
279 for section in sections: | 279 for section in sections: |
280 function = self.getValues(section) | 280 function = self.getValues(section) |
281 print ("Adding %s %s" % (section, function["type"])) | 281 print ("Adding %s %s" % (section, function["type"])) |
282 default = self.getDefault(section) | 282 default = self.getDefault(section) |
283 async_msg = """<br />'''This method is asynchrone'''""" | 283 async_msg = """<br />'''This method is asynchronous'''""" |
284 deprecated_msg = """<br />'''<font color="#FF0000">/!\ WARNING /!\ : This method is deprecated, please don't use it !</font>'''""" | 284 deprecated_msg = """<br />'''<font color="#FF0000">/!\ WARNING /!\ : This method is deprecated, please don't use it !</font>'''""" |
285 signature_signal = \ | 285 signature_signal = \ |
286 """\ | 286 """\ |
287 ! scope=row | signature | 287 ! scope=row | signature |
288 | %s | 288 | %s |