~engineer-abdalla/drizzle-automation/add-html-reports

« back to all changes in this revision

Viewing changes to drizzle/automation/reports/__init__.py

  • Committer: Jay Pipes
  • Date: 2009-11-16 21:25:49 UTC
  • mfrom: (114.1.1 working)
  • Revision ID: jpipes@serialcoder-20091116212549-84b3l3wadt0vu4uh
Merge REPORT command work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/python
2
 
# -*- mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
 
2
# -*- mode: python; c-basic-offset: 2; indent-tabs-mode: nil; -*-
3
3
# vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
4
4
#
5
5
# Copyright (C) 2009 Sun Microsystems
27
27
 
28
28
__copyright__= "Copyright 2009 Sun Microsystems"
29
29
 
30
 
__all__= ['sysbench']
 
30
__all__= ['sysbench','sqlbench','drizzleslap','run']