Loading sjrpc/utils/datastructures.py +2 −2 Original line number Diff line number Diff line Loading @@ -67,5 +67,5 @@ class BytesBuffer(object): def __enter__(self): return self._lock.__enter__() def __exit__(self): return self._lock.__exit__() def __exit__(self, exc_type, exc_value, traceback): return self._lock.__exit__(exc_type, exc_value, traceback) Loading
sjrpc/utils/datastructures.py +2 −2 Original line number Diff line number Diff line Loading @@ -67,5 +67,5 @@ class BytesBuffer(object): def __enter__(self): return self._lock.__enter__() def __exit__(self): return self._lock.__exit__() def __exit__(self, exc_type, exc_value, traceback): return self._lock.__exit__(exc_type, exc_value, traceback)