fix namespace v_0 v0.10
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 27 Jan 2019 16:38:39 +0100
branchv_0
changeset 23 8ce11a192aad
parent 22 072f5b00824a
child 24 b94ed3444d80
fix namespace
src/PythonHandler.h
src/relpipe-tr-python.cpp
--- a/src/PythonHandler.h	Fri Jan 18 20:26:32 2019 +0100
+++ b/src/PythonHandler.h	Sun Jan 27 16:38:39 2019 +0100
@@ -39,7 +39,7 @@
 
 namespace relpipe {
 namespace tr {
-namespace grep {
+namespace python {
 
 using namespace std;
 using namespace relpipe;
--- a/src/relpipe-tr-python.cpp	Fri Jan 18 20:26:32 2019 +0100
+++ b/src/relpipe-tr-python.cpp	Sun Jan 27 16:38:39 2019 +0100
@@ -36,7 +36,7 @@
 
 using namespace relpipe::cli;
 using namespace relpipe::reader;
-using namespace relpipe::tr::grep;
+using namespace relpipe::tr::python;
 
 int main(int argc, char**argv) {
 	setlocale(LC_ALL, "");