diff --git a/openslides/participant/views.py b/openslides/participant/views.py index 04bb37b0a..3847101c2 100644 --- a/openslides/participant/views.py +++ b/openslides/participant/views.py @@ -10,6 +10,8 @@ :license: GNU GPL, see LICENSE for more details. """ +from __future__ import with_statement + import csv import utils.csv_ext from urllib import urlencode