X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=demo%2Fgroup-file.py;h=e59ff45dd8b707292d4c07bad6c0f348fa8759a9;hb=dbc9220a2b29725f94637607f8d8b00c762deb67;hp=5ab1f447ea2f48bf61c5dae14db4ccc8a29f4675;hpb=33ccb6237b3791b181d9589549c34f66960c5b4d;p=sqlconvert.git diff --git a/demo/group-file.py b/demo/group-file.py index 5ab1f44..e59ff45 100755 --- a/demo/group-file.py +++ b/demo/group-file.py @@ -2,9 +2,9 @@ from __future__ import print_function import sys -from mysql2sql.print_tokens import print_tokens -from mysql2sql.process_tokens import requote_names, find_error, \ - StatementGrouper +from sqlconvert.print_tokens import print_tokens +from sqlconvert.process_mysql import requote_names +from sqlconvert.process_tokens import find_error, StatementGrouper def main(filename):