Clean up imports

Change-Id: Ibca9c8ab8b9dafb813baee6a9c4aa024bf9733e2
Signed-off-by: Zane Bitter <zbitter@redhat.com>
This commit is contained in:
Zane Bitter 2012-05-31 11:17:30 +02:00
parent 0da631a321
commit ee2500263d
8 changed files with 0 additions and 24 deletions

View File

@ -13,9 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import eventlet
import logging
import os
from heat.common import exception
from heat.engine.resources import Resource

View File

@ -13,16 +13,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import base64
import eventlet
import logging
import os
import string
import json
import sys
from email import encoders
from email.message import Message
from email.mime.base import MIMEBase
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
from novaclient.exceptions import NotFound

View File

@ -17,12 +17,6 @@
import contextlib
from copy import deepcopy
import datetime
import functools
import os
import socket
import tempfile
import time
import traceback
import logging
import webob
from heat import manager

View File

@ -15,12 +15,7 @@
import base64
from datetime import datetime
import eventlet
import logging
import os
import string
import json
import sys
from novaclient.v1_1 import client
from novaclient.exceptions import BadRequest

View File

@ -13,9 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import eventlet
import logging
import os
from novaclient.exceptions import BadRequest
from novaclient.exceptions import NotFound
from heat.common import exception

View File

@ -13,9 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import eventlet
import logging
import os
from novaclient.exceptions import BadRequest
from heat.common import exception
from heat.engine.resources import Resource

View File

@ -15,7 +15,6 @@
import eventlet
import logging
import os
import re
from heat.common import exception

View File

@ -16,7 +16,6 @@
import eventlet
import logging
import json
import os
from heat.common import exception
from heat.db import api as db_api