Revision a956ef07 ncclient/operations/__init__.py

b/ncclient/operations/__init__.py
12 12
# See the License for the specific language governing permissions and
13 13
# limitations under the License.
14 14

  
15
'NETCONF Remote Procedure Calls (RPC) and protocol operations'
16

  
15 17
from ncclient import content
16
from ncclient import rpc
17 18
from ncclient.capabilities import CAPABILITIES
19
from rpc import RPC, RPCReply, RPCError
18 20

  
19 21
from retrieve import Get, GetConfig
20 22
from edit import EditConfig, DeleteConfig

Also available in: Unified diff