Remove unused import for print_function

A minor fix to https://review.openstack.org/#/c/69234/ which forgets
to remove the unused 'from __future__ import print_function' after
remove all print function.

Change-Id: Iedc925a66fa4dec209cf34ce28b45f768f7bc81d
This commit is contained in:
ZhiQiang Fan
2014-01-28 08:59:31 +08:00
parent b01b40268c
commit 970a0be666

View File

@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from ceilometerclient.common import http
from ceilometerclient.tests import utils