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 --- external_libs/python/termstyle/test2.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 external_libs/python/termstyle/test2.py (limited to 'external_libs/python/termstyle/test2.py') diff --git a/external_libs/python/termstyle/test2.py b/external_libs/python/termstyle/test2.py new file mode 100644 index 00000000..2d84c375 --- /dev/null +++ b/external_libs/python/termstyle/test2.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python2 + +from termstyle import * + +print green(u"unicod\xe9!") -- cgit 1.2.3-korg