Rename Device to VM.

This commit is contained in:
Jeremy
2015-01-15 16:50:36 -07:00
parent c1ef406311
commit 9e83329f14
7 changed files with 27 additions and 24 deletions

View File

@ -19,9 +19,10 @@
Custom exceptions for VPCS module.
"""
from ..device_error import DeviceError
from ..vm_error import VMError
class VPCSError(DeviceError):
class VPCSError(VMError):
def __init__(self, message, original_exception=None):