Commit 7b134633 authored by jean-pierre charras's avatar jean-pierre charras

change malformed comments in kicad.i

parent 3c711310
...@@ -132,16 +132,12 @@ ...@@ -132,16 +132,12 @@
%pythoncode %pythoncode
{ {
/* # Get the char buffer of the UTF8 string
* Get the char buffer of the UTF8 string
*/
def GetChars(self): def GetChars(self):
return self.Cast_to_CChar() return self.Cast_to_CChar()
/* # Convert the UTF8 string to a python string
* Convert the UTF8 string to a python string # Same as GetChars(), but more easy to use in print command
* Same as GetChars(), but more easy to use in print command
*/
def __str__(self): def __str__(self):
return self.GetChars() return self.GetChars()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment