Fixed nasty concurrency bug in EC
[nepi.git] / src / nepi / util / parallel.py
index e354b42..fffdea5 100644 (file)
@@ -15,6 +15,8 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# Author: Claudio Freire <claudio-daniel.freire@inria.fr>
+#
 
 import threading
 import Queue