예제 #1
0
파일: core.py 프로젝트: averrin/demesne
 def setText(self, content):
     if self.allow_br:
         content = '\n'.join(content.split("\\n"))
     WinterEditor.setText(self, content)