summaryrefslogtreecommitdiff
path: root/python3/futures/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'python3/futures/process.py')
-rw-r--r--python3/futures/process.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/python3/futures/process.py b/python3/futures/process.py
index 6a386e5..94d7988 100644
--- a/python3/futures/process.py
+++ b/python3/futures/process.py
@@ -1,4 +1,8 @@
-#!/usr/bin/env python
+# Copyright 2009 Brian Quinlan. All Rights Reserved. See LICENSE file.
+
+"""Implements ProcessPoolExecutor."""
+
+__author__ = 'Brian Quinlan (brian@sweetapp.com)'
from futures._base import (PENDING, RUNNING, CANCELLED,
CANCELLED_AND_NOTIFIED, FINISHED,