~mysql/mysql-utilities/trunk

« back to all changes in this revision

Viewing changes to mysql-test/t/export_parameters_both.py

  • Committer: chuck.bell at oracle
  • Date: 2014-05-12 13:39:38 UTC
  • mfrom: (405.1.26 mysql-utilities-1.4.3)
  • Revision ID: chuck.bell@oracle.com-20140512133938-p83acevbyd3h57cf
Preparation for release-1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
16
16
#
 
17
 
 
18
"""
 
19
export_parameters_both test.
 
20
"""
 
21
 
17
22
import export_parameters_def
 
23
 
18
24
from mysql.utilities.exception import MUTLibError
19
25
 
20
26