Prepare VirtualBox module.

This commit is contained in:
Jeremy
2015-01-18 16:26:56 -07:00
parent b6212fc885
commit ae8e2f4199
17 changed files with 14 additions and 1058 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2014 GNS3 Technologies Inc.
# Copyright (C) 2015 GNS3 Technologies Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -19,8 +19,10 @@
Custom exceptions for VirtualBox module.
"""
from ..vm_error import VMError
class VirtualBoxError(Exception):
class VirtualBoxError(VMError):
def __init__(self, message, original_exception=None):