src/relpipe-tr-python.cpp
branchv_0
changeset 23 8ce11a192aad
parent 15 60a17d8fc223
child 29 5105357e9b47
equal deleted inserted replaced
22:072f5b00824a 23:8ce11a192aad
    34 
    34 
    35 #include "PythonHandler.h"
    35 #include "PythonHandler.h"
    36 
    36 
    37 using namespace relpipe::cli;
    37 using namespace relpipe::cli;
    38 using namespace relpipe::reader;
    38 using namespace relpipe::reader;
    39 using namespace relpipe::tr::grep;
    39 using namespace relpipe::tr::python;
    40 
    40 
    41 int main(int argc, char**argv) {
    41 int main(int argc, char**argv) {
    42 	setlocale(LC_ALL, "");
    42 	setlocale(LC_ALL, "");
    43 	CLI::untieStdIO();
    43 	CLI::untieStdIO();
    44 	CLI cli(argc, argv);
    44 	CLI cli(argc, argv);