diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 11:39:36 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 11:39:36 -0500 |
commit | 7bbefa1fcc9a6006953eb0a79049ece9f05985de (patch) | |
tree | 8fa1d24a0f6411b7455e76fd87b659049690077f /testall.sh | |
parent | 692fe5201d5dec15a3598578a6f403e67802de0d (diff) |
Moved everything into the top-level directory and got rid of buildout.
Diffstat (limited to 'testall.sh')
-rwxr-xr-x | testall.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testall.sh b/testall.sh deleted file mode 100755 index 801124f..0000000 --- a/testall.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -python BeautifulSoupTests.py && sh to3.sh && cd python3 && python3 BeautifulSoupTests.py |