X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Futil%2Fparser.py;h=e9fce6b2e41c1129f4305eda0adcfc262bcc21c5;hb=015685373fef1bce7af361dac8410adadf0c125f;hp=5ab70fe52113bae16048830ba82a5e33752a74e7;hpb=4f7387b9c2f8e427bff72a05dc547730937a242a;p=nepi.git diff --git a/test/util/parser.py b/test/util/parser.py index 5ab70fe5..e9fce6b2 100755 --- a/test/util/parser.py +++ b/test/util/parser.py @@ -1,7 +1,26 @@ #!/usr/bin/env python - -from neco.design.box import Box -from neco.util.parser import XMLParser +# +# NEPI, a framework to manage network experiments +# Copyright (C) 2013 INRIA +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Author: Alina Quereilhac + + +from nepi.design.box import Box +from nepi.util.parser import XMLParser import unittest