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