rename feature_base to feature
[functest.git] / functest / opnfv_tests / features / promise.py
index 15636fb..bb270ac 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-import functest.core.feature_base as base
+import functest.core.feature as base
 
 
 class Promise(base.FeatureBase):