# HG changeset patch # User Jeff Hammel # Date 1393117208 28800 # Node ID 30c534d3db666724c937a83170bde8f549b1e654 # Parent 4e00a2ce0a06d646e6aff56a9f137fb323202caf remove diff -r 4e00a2ce0a06 -r 30c534d3db66 tests/unit.py --- 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() -