| Index: testing/legion/client_rpc_methods.py
|
| diff --git a/testing/legion/rpc_methods.py b/testing/legion/client_rpc_methods.py
|
| similarity index 99%
|
| rename from testing/legion/rpc_methods.py
|
| rename to testing/legion/client_rpc_methods.py
|
| index 7f17e2387e38b2e3c1bdd95e86fd031c74486481..e43a7d8db3163ff18767cd1f7969e4354f6fab81 100644
|
| --- a/testing/legion/rpc_methods.py
|
| +++ b/testing/legion/client_rpc_methods.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -"""Defines the task RPC methods."""
|
| +"""Defines the client RPC methods."""
|
|
|
| import os
|
| import sys
|
|
|