From a188dac0527803edb46eabce04100f1c741a96f3 Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Sun, 12 Jul 2009 21:34:20 +0000 Subject: repackage of tutorius using distutils --- (limited to 'sugar-toolkit/src/sugar/tutorius/tests/run-tests.py') diff --git a/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py b/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py deleted file mode 100755 index 74efd64..0000000 --- a/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/python -# This is a dumb script to run tests on the sugar-jhbuild installed files -# The path added is the default path for the jhbuild build - -import os, sys -sys.path.insert(0, - os.path.abspath("../../../../../../install/lib/python2.5/site-packages/") -) -import unittest -from coretests import * - -unittest.main() -- cgit v0.9.1