Hi guys,<br>I finished the integration of clamrefactor with NetworkEditor. The code is in the patch. I'm sorry for all the warning it throws, I don't know how to silence them. The code has some limitations:<br><br>

1. clamrefactor.py and migrationScript need to be in the same directory from where you launch NetworkEditor<br>2. NetworkEditor has to be launched using: PYTHONPATH=`pwd` ./NetworkEditor This is needed for the Python Interpreter embedded to find the module.<br>

<br>The SConstruct file is changed too because it's needed to link with the Python libraries<br><br>Bye!<br>