diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-10-23 00:12:27 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-10-23 00:12:27 -0400 |
commit | de25d570aefa1e2bed9b8a33bdd8e200e8227e7b (patch) | |
tree | c6375d68da7fd2b306c26d18188516f4cc0c9f7f /htc_utils/__init__.py | |
parent | 39b6d6f1d4d6e7eeee1142caf2dcc18892553ad2 (diff) | |
download | htc_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__.py | 1 |
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 |