Merge "operation_general: fix logging to use %s"
[yardstick.git] / yardstick / network_services / traffic_profile / rfc2544.py
index c6facc9..99964d3 100644 (file)
@@ -14,6 +14,7 @@
 """ RFC2544 Throughput implemenation """
 
 from __future__ import absolute_import
+from __future__ import division
 import logging
 
 from yardstick.network_services.traffic_profile.traffic_profile \