src/PythonHandler.h
branchv_0
changeset 23 8ce11a192aad
parent 18 6a178b86d048
child 25 940bd8320e82
equal deleted inserted replaced
22:072f5b00824a 23:8ce11a192aad
    37 
    37 
    38 #include <relpipe/cli/RelpipeCLIException.h>
    38 #include <relpipe/cli/RelpipeCLIException.h>
    39 
    39 
    40 namespace relpipe {
    40 namespace relpipe {
    41 namespace tr {
    41 namespace tr {
    42 namespace grep {
    42 namespace python {
    43 
    43 
    44 using namespace std;
    44 using namespace std;
    45 using namespace relpipe;
    45 using namespace relpipe;
    46 using namespace relpipe::reader;
    46 using namespace relpipe::reader;
    47 using namespace relpipe::reader::handlers;
    47 using namespace relpipe::reader::handlers;