This commit is contained in:
Davorin Sego
2015-08-06 22:35:44 +02:00
parent d06e16d953
commit 0d4f602e33

View File

@@ -171,7 +171,6 @@ class BulkOperationsMixin(object):
self._active_bulk_ops = ActiveBulkThread(self._bulk_ops_record_type)
self.signal_handler = None
@contextmanager
def bulk_operations(self, course_id, emit_signals=True):
"""