3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 13:09:23 +01:00

Protocol: add missing self in hasCap()

This commit is contained in:
James Lu 2017-03-23 22:41:12 -07:00
parent efe468b0d2
commit ff6d961922

View File

@ -1409,7 +1409,7 @@ class Protocol():
return real_args
def hasCap(capab):
def hasCap(self, capab):
"""
Returns whether this protocol module instance has the requested capability.
"""