# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /home/bcq/NetBeansProjects/nagare/core/nagare
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 167 | 167 | |
| 168 | 168 | # Else, check if I was called by a component |
| 169 | 169 | if self._channel is None: |
| 170 | | raise AnswerWithoutCall() |
| | 170 | raise AnswerWithoutCall(self) |
| 171 | 171 | |
| 172 | 172 | # Returns my answer to the calling component |
| 173 | 173 | self._channel.send(r) |