stats: delete mysql support
we can add it back within python in some future changeset
This commit is contained in:
@@ -39,16 +39,6 @@ def initText(filename, desc=True):
|
||||
output = internal.stats.initText(filename, desc)
|
||||
outputList.append(output)
|
||||
|
||||
def initMySQL(host, database, user='', passwd='', project='test', name='test',
|
||||
sample='0'):
|
||||
if not user:
|
||||
import getpass
|
||||
user = getpass.getuser()
|
||||
|
||||
output = internal.stats.initMySQL(host, database, user, passwd,
|
||||
project, name, sample)
|
||||
outputList.append(output)
|
||||
|
||||
def initSimStats():
|
||||
internal.stats.initSimStats()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user