summaryrefslogtreecommitdiff
path: root/mox_test.py
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-26 22:10:26 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-26 22:10:26 +0200
commit3075ab868bbeb977c9495ab0a86b4c3e72166d62 (patch)
tree7bbd9cc2ef36cff7d6b0c22adf2d3046d0527eb0 /mox_test.py
parent0bc03f75efb5d6b4cbe5684326dbe219b1dcf873 (diff)
downloadpymox-3075ab868bbeb977c9495ab0a86b4c3e72166d62.tar.gz
Minor fixes + changes in metadata
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