summaryrefslogtreecommitdiff
path: root/xnt/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/__init__.py')
-rw-r--r--xnt/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/xnt/__init__.py b/xnt/__init__.py
index 71c7358..e78fbc2 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -41,6 +41,8 @@ __license__ = """
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
+VERBOSE = False
+
from xnt.tasks import cp, mv, mkdir, rm, create_zip, log, xntcall, call, setup
def target(target_fn):