# HG changeset patch # User egj@socialplanning.org # Date 1262547991 0 # Node ID 619516d8c9ff2d5f222bfc967a20d96b6d6ea156 # Parent 3be4b669983ccdc3f5de5011d513b04354de1074 fix typoe diff -r 3be4b669983c -r 619516d8c9ff uploader/handlers.py --- a/uploader/handlers.py Sun Jan 03 13:56:45 2010 -0500 +++ b/uploader/handlers.py Sun Jan 03 19:46:31 2010 +0000 @@ -64,7 +64,7 @@ @classmethod def match(cls, app, request): - if not Get.match(cls, app, request): + if not Get.match(app, request): return False _path = path(app.directory, request) if os.path.exists(_path) and os.path.isdir(_path):