From de25d570aefa1e2bed9b8a33bdd8e200e8227e7b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 23 Oct 2014 00:12:27 -0400 Subject: Refactor project, add HTCondor bindings, add batch processing --- htc_utils/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 htc_utils/__init__.py (limited to 'htc_utils/__init__.py') diff --git a/htc_utils/__init__.py b/htc_utils/__init__.py new file mode 100644 index 0000000..55734c8 --- /dev/null +++ b/htc_utils/__init__.py @@ -0,0 +1 @@ +from .bindings import * \ No newline at end of file -- cgit