From 94d97100dcdcfb8553188678091a05bcc4808748 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Mon, 14 Sep 2015 21:22:02 +0200 Subject: [PATCH] Remove __author__ from python file templates. --- python/resources/fileTemplates/internal/Python Unit Test.py.ft | 1 - 1 file changed, 1 deletion(-) diff --git a/python/resources/fileTemplates/internal/Python Unit Test.py.ft b/python/resources/fileTemplates/internal/Python Unit Test.py.ft index 1b20ae4f1c00..432d1ea17ee0 100644 --- a/python/resources/fileTemplates/internal/Python Unit Test.py.ft +++ b/python/resources/fileTemplates/internal/Python Unit Test.py.ft @@ -1,4 +1,3 @@ - import unittest class MyTestCase(unittest.TestCase):