summaryrefslogtreecommitdiff
path: root/mox_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'mox_test.py')
-rwxr-xr-xmox_test.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/mox_test.py b/mox_test.py
index 246b5ad..da8591b 100755
--- a/mox_test.py
+++ b/mox_test.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python2.4
-#
# Unit tests for Mox.
#
# Copyright 2008 Google Inc.
@@ -16,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# This file was mofified by:
-# quermit@gmail.com
-# dawid.fatyga@gmail.com
+#
+# This is a fork of the pymox library intended to work with Python 3.
+# The file was modified by quermit@gmail.com and dawid.fatyga@gmail.com
import io
import unittest