changeset 17:30c534d3db66

remove
author Jeff Hammel <k0scist@gmail.com>
date Sat, 22 Feb 2014 17:00:08 -0800
parents 4e00a2ce0a06
children df52326aa08d
files tests/unit.py
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/tests/unit.py	Sat Feb 22 16:56:41 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#!/usr/bin/env python
-
-"""
-unit tests
-"""
-
-import os
-import sys
-import unittest
-
-# globals
-here = os.path.dirname(os.path.abspath(__file__))
-
-class textshaperUnitTest(unittest.TestCase):
-
-    def test_textshaper(self):
-        pass
-
-if __name__ == '__main__':
-    unittest.main()
-