python27: fix tk related dependency generation
[unleashed-userland.git] / components / python / pytz / runtests.sh
blobf3e15af8862cfc2c02f39f586848b0ff7fca9836
1 #! /bin/sh
3 for test in \
4 test_docs \
5 test_tzinfo \
6 ; do
7 ${PYTHON} pytz/tests/${test}.py
8 done