Skip to content

Commit

Permalink
Merge "Remove unused imports from vrouter-port-control script"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jan 14, 2017
2 parents 404706b + 18c0414 commit d431a82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vnsw/agent/port_ipc/vrouter-port-control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import sys
import argparse
import ConfigParser
import requests
import json
import os
Expand All @@ -15,8 +14,6 @@ import re
import time
import socket

sys.path.insert(1, sys.path[0]+'/../api-venv/lib/python2.7/site-packages')
from vnc_api.vnc_api import *
from requests.exceptions import ConnectionError
PORT_PATH="/var/lib/contrail/ports/"
PORT_IPC_VROUTER_AGENT_PORT=9091
Expand Down

0 comments on commit d431a82

Please sign in to comment.