Commit 0dfa1fb4 by Toshio Kuratomi

Correct call to method typo

parent 4225c067
...@@ -118,7 +118,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)): ...@@ -118,7 +118,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
# Check if PE is supported # Check if PE is supported
if self._play_context.become: if self._play_context.become:
self.__become_method_supported() self._become_method_supported()
@ensure_connect @ensure_connect
@abstractmethod @abstractmethod
......
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