From 927738e1f604d97027359c519c201eafb4dd0e77 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommy.persson@liu.se> Date: Sat, 23 May 2015 12:39:16 +0200 Subject: [PATCH] groundwtf.py added --- src/groundwtf.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 src/groundwtf.py diff --git a/src/groundwtf.py b/src/groundwtf.py new file mode 100755 index 0000000..018a3fd --- /dev/null +++ b/src/groundwtf.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python + +from pyutil.wtf import * + + +def check(ns): + check_tst(ns) + check_delegation(ns) + +if __name__ == '__main__': + + ns = "/ground/" + + check(ns) -- GitLab