Updated plugins with new directory structure
[osm/MON.git] / osm_mon / test / OpenStack / test_alarming.py
index 6570570..92c21f6 100644 (file)
@@ -29,10 +29,8 @@ import unittest
 
 import mock
 
-from plugins.OpenStack.Aodh import alarming as alarm_req
-from plugins.OpenStack.common import Common
-
-__author__ = "Helena McGough"
+from osm_mon.plugins.OpenStack.Aodh import alarming as alarm_req
+from osm_mon.plugins.OpenStack.common import Common
 
 log = logging.getLogger(__name__)