fix build with python3 only
This commit is contained in:
@@ -924,6 +924,10 @@ class FuncInfo(GeneralInfo):
|
||||
def __repr__(self):
|
||||
return Template("FUNC <$ctype $namespace.$classpath.$name $args>").substitute(**self.__dict__)
|
||||
|
||||
def __lt__(self, other):
|
||||
return self.__repr__() < other.__repr__()
|
||||
|
||||
|
||||
class JavaWrapperGenerator(object):
|
||||
def __init__(self):
|
||||
self.clear()
|
||||
|
Reference in New Issue
Block a user