summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-04-02 17:52:41 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-04-02 17:53:41 -0600
commit6fe27662b36ba78a6c9774235e04fa53ad6ec322 (patch)
tree33b0d9630150785d1a869d53cfee1a38028cd343
parent9eea50222e7ef53df0fd12d578ed5cf681f52307 (diff)
downloadxnt-6fe27662b36ba78a6c9774235e04fa53ad6ec322.tar.gz
xnt-6fe27662b36ba78a6c9774235e04fa53ad6ec322.tar.xz
Reorganize task imports -- one line per item
May be a bit more verbose, but maintains line length less than 79 characters. Add new methods `which` and `in_path`
-rw-r--r--xnt/__init__.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/xnt/__init__.py b/xnt/__init__.py
index e78fbc2..61de895 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -43,7 +43,17 @@ __license__ = """
VERBOSE = False
-from xnt.tasks import cp, mv, mkdir, rm, create_zip, log, xntcall, call, setup
+from xnt.tasks import cp
+from xnt.tasks import mv
+from xnt.tasks import mkdir
+from xnt.tasks import rm
+from xnt.tasks import create_zip
+from xnt.tasks import log
+from xnt.tasks import xntcall
+from xnt.tasks import call
+from xnt.tasks import setup
+from xnt.tasks import which
+from xnt.tasks import in_path
def target(target_fn):
"""Decorator function for marking a method in