Minor tweak to director_wstring_runme.py test
This commit is contained in:
parent
36e8d521de
commit
7405bd6a88
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ class B(A):
|
|||
def get_first(self):
|
||||
return A.get_first(self) + u" world!"
|
||||
|
||||
def process_text(self, string):
|
||||
self.smem = u"hello"
|
||||
def process_text(self, s):
|
||||
self.smem = s
|
||||
|
||||
|
||||
b = B(u"hello")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue