Avoid using unicode in the stub code

This commit is contained in:
Ole André Vadla Ravnås
2014-01-06 00:49:31 +01:00
parent 743245b0e2
commit c8c46420aa
+1 -1
View File
@@ -275,7 +275,7 @@ class Repository(object):
def _create_stub_handler(self, function):
return """\
/*
* Auto-generated by Frida — please modify to match the signature of %(name)s.
* Auto-generated by Frida. Please modify to match the signature of %(name)s.
* This stub is somewhat dumb. Future verions of Frida could auto-generate
* based on OS API references, manpages, etc. (Pull-requests appreciated!)
*