Skip to content

Commit

Permalink
Fix missing import of OpServerUtils in analytics_db.py
Browse files Browse the repository at this point in the history
Change-Id: I39215d5035e665ecdb937b58c061bbb2ab4d4496
Closes-Bug: #1609054
  • Loading branch information
Megh Bhatt committed Aug 2, 2016
1 parent 17e4a50 commit cf5f056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opserver/analytics_db.py
Expand Up @@ -34,6 +34,7 @@
from cassandra.query import named_tuple_factory
from cassandra.query import PreparedStatement, tuple_factory
import platform
from opserver_util import OpServerUtils

class AnalyticsDb(object):
def __init__(self, logger, cassandra_server_list,
Expand Down

0 comments on commit cf5f056

Please sign in to comment.