Skip to content

Commit

Permalink
Missing import for ResourceExhaustionError is added
Browse files Browse the repository at this point in the history
Missing import for ResourceExhaustionError is added
Closes-bug: #1777406

Change-Id: I8e5dbc0dbd9fdc55dd211ff11142d93208a8b869
  • Loading branch information
ymariappan authored and Yuvaraja Mariappan committed Jul 4, 2018
1 parent baeeb46 commit fbbd552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/svc-monitor/svc_monitor/svc_monitor.py
Expand Up @@ -32,6 +32,7 @@
from cfgm_common import vnc_cgitb
from cfgm_common.utils import cgitb_hook
from cfgm_common.vnc_amqp import VncAmqpHandle
from cfgm_common.exceptions import ResourceExhaustionError

from config_db import *

Expand Down

0 comments on commit fbbd552

Please sign in to comment.