X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fconfig.py;fp=sfa%2Futil%2Fconfig.py;h=6fdb48d275794d3856498a6a456324d4b9effb6c;hb=2073b53dc78978a8d31e70f80895f1597a691023;hp=9caa7676d20793e5fd61a1cfe794cc07abc407bc;hpb=7ee4051001a4d1fa7d2cbd35effda5f45067f2c7;p=sfa.git diff --git a/sfa/util/config.py b/sfa/util/config.py index 9caa7676..6fdb48d2 100644 --- a/sfa/util/config.py +++ b/sfa/util/config.py @@ -48,11 +48,9 @@ DO NOT EDIT. This file was automatically generated at try: self.config.read(filename) except: - print "normal read failed" if filename.endswith('.xml'): self.load_xml(filename) else: - print "loading shell" self.load_shell(filename) self._files.append(filename) self.set_attributes()