Skip to content
Snippets Groups Projects
Commit 6114e5cd authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

unused method in swig pythoncode

parent a46a040a
No related branches found
No related tags found
No related merge requests found
......@@ -463,13 +463,6 @@ import keyword
print "Unsupported parameter type for '" + paramKey + "'"
return None
def first_char_to_lower(self, s):
if s:
return s[:1].lower() + s[1:]
else:
return s
def __getattr__(self,attr):
"""
__get_attribute__ is called whenever an instance request an attribute.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment