diff -r 60f663154789 -r f2d4b02c7e88 DebugClients/Python/coverage/config.py --- a/DebugClients/Python/coverage/config.py Sat Apr 12 16:19:56 2014 +0200 +++ b/DebugClients/Python/coverage/config.py Sat Apr 12 16:57:18 2014 +0200 @@ -211,3 +211,6 @@ if cp.has_option(section, option): method = getattr(cp, 'get'+type_) setattr(self, attr, method(section, option)) + +# +# eflag: FileType = Python2