Added missing license header.

This commit is contained in:
Emanuel Schuetze 2012-05-20 21:56:11 +02:00
parent c66e306d90
commit 760bb415ae
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Benchmark test script for OpenSlides.
:copyright: 2012 by OpenSlides team, see AUTHORS.
:license: GNU GPL, see LICENSE for more details.
"""
import argparse
import multiprocessing
import random