From d3f26ece7d4383df0b22fe9c3cb3e695381ec737 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Mon, 24 Aug 2015 10:51:13 +0300 Subject: Initial push to external_lib migration --- scripts/automation/trex_control_plane/python_lib/termstyle/test2.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/automation/trex_control_plane/python_lib/termstyle/test2.py (limited to 'scripts/automation/trex_control_plane/python_lib/termstyle/test2.py') diff --git a/scripts/automation/trex_control_plane/python_lib/termstyle/test2.py b/scripts/automation/trex_control_plane/python_lib/termstyle/test2.py deleted file mode 100755 index 2d84c375..00000000 --- a/scripts/automation/trex_control_plane/python_lib/termstyle/test2.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env python2 - -from termstyle import * - -print green(u"unicod\xe9!") -- cgit