diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-05 15:43:06 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-05 15:43:06 +0200 |
| commit | 0c770a62f4bb0cc201bf624947d96c0d012fa916 (patch) | |
| tree | 44e54a9bcc9770db705e5a30e77887742ce23dd0 | |
| parent | c6082885373acee08ecd746ddfa3b8dce1a0f8da (diff) | |
mv tools to src/local (next remove external curl util)
| -rwxr-xr-x | reset-local-database.sh | 2 | ||||
| -rwxr-xr-x | src/local/neo4j-cypher (renamed from tools/neo4j-cypher) | 0 | ||||
| -rw-r--r-- | src/local/rhizi_tools_neo4j.py (renamed from tools/rhizi_tools_neo4j.py) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/reset-local-database.sh b/reset-local-database.sh index f2faecd2..24c75a26 100755 --- a/reset-local-database.sh +++ b/reset-local-database.sh @@ -4,4 +4,4 @@ quit_if_no_neo4j_running -./tools/neo4j-cypher < res/neo4j/reset-db__clean.cypher +./src/local/neo4j-cypher < res/neo4j/reset-db__clean.cypher diff --git a/tools/neo4j-cypher b/src/local/neo4j-cypher index c2aee707..c2aee707 100755 --- a/tools/neo4j-cypher +++ b/src/local/neo4j-cypher diff --git a/tools/rhizi_tools_neo4j.py b/src/local/rhizi_tools_neo4j.py index be8b4a5d..be8b4a5d 100644 --- a/tools/rhizi_tools_neo4j.py +++ b/src/local/rhizi_tools_neo4j.py |
