Skip to content

Commit

Permalink
Merge "Fix analytics coverage build failure"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 27, 2015
2 parents 5689382 + 3a82d8f commit c05b017
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/opserver/analytics_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from sandesh.viz.constants import _NO_AUTO_PURGE_TABLES, \
_FLOW_TABLES, _STATS_TABLES, _MSG_TABLES
from pysandesh.util import UTCTimestampUsec
import readline
import code
import urllib2
import time
Expand Down
1 change: 0 additions & 1 deletion src/opserver/opserver_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# Client of Operational State Server for VNC
#

import readline
import code
import urllib2
import time
Expand Down
2 changes: 1 addition & 1 deletion src/opserver/test/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pip_pkgs = ['greenlet==0.4.1', 'gevent==0.13.8', 'eventlet==0.9.17',
'lxml==2.3.3', 'geventhttpclient==1.0a', 'prettytable==0.7.2',
'psutil==0.4.1', 'redis==2.7.1', 'xmltodict==0.2', 'thrift==0.8.0',
'bottle==0.11.6', 'mock==1.0.1', 'kafka-python==0.9.2', 'kazoo==1.3.1',
'stevedore', 'readline']
'stevedore']

build_pkgs = [
'#controller/src/analytics/test/utils/mockcassandra',
Expand Down

0 comments on commit c05b017

Please sign in to comment.