From 6fe27662b36ba78a6c9774235e04fa53ad6ec322 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Tue, 2 Apr 2013 17:52:41 -0600 Subject: 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` --- xnt/__init__.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'xnt') 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 -- cgit v1.2.1