summaryrefslogtreecommitdiff
path: root/mox.py
diff options
context:
space:
mode:
Diffstat (limited to 'mox.py')
-rwxr-xr-xmox.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/mox.py b/mox.py
index 5081dd4..5c62433 100755
--- a/mox.py
+++ b/mox.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python2.4
-#
# Copyright 2008 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,9 +12,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
"""Mox, an object-mocking framework for Python.