added db.getRemovedNodes() and db.getRemovedEdges() so that you can get at nodes...
[guess.git] / jythonc.bat
blobaef46cf7681f47afe7e35ae0122f9459cc94ad65
1 @echo off
2 REM This file generated by Jython installer
3 REM Created on XXX by eytan
5 set ARGS=
6 :loop
7 if [%1] == [] goto end
8         set ARGS=%ARGS% %1
9         shift
10         goto loop
11 :end
13 jython.bat Tools\jythonc\jythonc.py %ARGS%