aboutsummaryrefslogtreecommitdiff
path: root/htc_utils/__init__.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2014-10-23 00:12:27 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2014-10-23 00:12:27 -0400
commitde25d570aefa1e2bed9b8a33bdd8e200e8227e7b (patch)
treec6375d68da7fd2b306c26d18188516f4cc0c9f7f /htc_utils/__init__.py
parent39b6d6f1d4d6e7eeee1142caf2dcc18892553ad2 (diff)
downloadhtc_utils-de25d570aefa1e2bed9b8a33bdd8e200e8227e7b.tar.gz
Refactor project, add HTCondor bindings, add batch processing
Diffstat (limited to 'htc_utils/__init__.py')
-rw-r--r--htc_utils/__init__.py1
1 files changed, 1 insertions, 0 deletions
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