X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fsrcformats.py;h=050691fe3b474f5b7d7feff10bbeac15dd3344f3;hb=2b8ba2f36f49583328b699763ecc2e9702deab72;hp=85ac701fe38bad3a07c794569bfcb3af019f455d;hpb=f0bfd37e7286156598d79b53501ebe2000bb7924;p=dak.git diff --git a/daklib/srcformats.py b/daklib/srcformats.py old mode 100755 new mode 100644 index 85ac701f..050691fe --- a/daklib/srcformats.py +++ b/daklib/srcformats.py @@ -48,7 +48,7 @@ def get_format_from_string(txt): if format.re_format.match(txt): return format - raise UnknownFormatError, "Unknown format %r" % txt + raise UnknownFormatError("Unknown format %r" % txt) class SourceFormat(type): def __new__(cls, name, bases, attrs):