Skip to content

Commit

Permalink
Merge pull request #10 from bwrsandman/patch-1
Browse files Browse the repository at this point in the history
Fix to nja file
  • Loading branch information
jsargiot committed May 8, 2014
2 parents 42f47bf + dc94fa4 commit 1bd5fe1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions debugger_plugin.nja
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"mainFile": "C:/jsargiot/PERSONAL/CODE/ninja-debugger-plugin/debugger_plugin/Debugger.py",
"mainFile": "debugger_plugin/Debugger.py",
"use-tabs": false,
"venv": "/home/jsargiot/envs/ninja/virtualninja/bin/python",
"venv": "",
"relatedProjects": [],
"name": "Debugger Plugin",
"license": "GNU General Public License v3",
"url": "https://github.com/jsargiot/ninja-debugger-plugin",
"pythonPath": "python",
"pythonPath": "python2",
"preExecScript": "",
"additional_builtins": [],
"programParams": "",
"indentation": 4,
"PYTHONPATH": "",
"PYTHONPATH": "..",
"supported-extensions": [
".py",
".html",
Expand All @@ -25,4 +25,4 @@
"project-type": "NINJA-Plugin-Project",
"postExecScript": "",
"description": "A plugin to debug python code in ninja"
}
}

0 comments on commit 1bd5fe1

Please sign in to comment.