remove unneeded import from OVS agent that break 2.4 compat

bug 1000809

Change-Id: I95b1143702bc8f06067969c6b7040eea861bb56b
This commit is contained in:
Dan Wendlandt 2012-05-22 13:50:20 -07:00
parent c809179141
commit acab9fba55
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ import time
import sqlalchemy
from sqlalchemy.ext import sqlsoup
from quantum.plugins.openvswitch import ovs_models
logging.basicConfig()
LOG = logging.getLogger(__name__)