summaryrefslogtreecommitdiff
path: root/mox_test_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'mox_test_helper.py')
-rwxr-xr-xmox_test_helper.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mox_test_helper.py b/mox_test_helper.py
index 21c3baf..339a70b 100755
--- a/mox_test_helper.py
+++ b/mox_test_helper.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python2.4
-#
# Copyright 2008 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# This file was mofified by quermit@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
"""A very basic test class derived from mox.MoxTestBase, used by mox_test.py.