diff options
Diffstat (limited to 'test/tc_ext.py')
-rw-r--r-- | test/tc_ext.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tc_ext.py b/test/tc_ext.py index b8094233..919f35a2 100644 --- a/test/tc_ext.py +++ b/test/tc_ext.py @@ -13,7 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if __name__ == '__main__': from __init__ import init; init() import unittest from collections import deque |