summaryrefslogtreecommitdiff
path: root/stubout_testee.py
diff options
context:
space:
mode:
Diffstat (limited to 'stubout_testee.py')
-rw-r--r--stubout_testee.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/stubout_testee.py b/stubout_testee.py
index 0ae29ab..fa8bf58 100644
--- a/stubout_testee.py
+++ b/stubout_testee.py
@@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+#
+# This file was mofified by quermit@gmail.com
def SampleFunction():
raise Exception('I should never be called!')