From ff0d0a2d003b927dded34f3f0f8124bd355aa5f0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 27 Apr 2014 11:23:24 +0200 Subject: Updated comment. --- pyaggr3g470r/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/__init__.py') diff --git a/pyaggr3g470r/__init__.py b/pyaggr3g470r/__init__.py index 46498679..9ba33849 100644 --- a/pyaggr3g470r/__init__.py +++ b/pyaggr3g470r/__init__.py @@ -22,7 +22,7 @@ ALLOWED_EXTENSIONS = set(['xml', 'opml']) def allowed_file(filename): """ - Check if the uploaded WSW file is allowed. + Check if the uploaded file is allowed. """ return '.' in filename and \ filename.rsplit('.', 1)[1] in ALLOWED_EXTENSIONS -- cgit