Skip to content
Snippets Groups Projects
Commit 927738e1 authored by Tommy Persson's avatar Tommy Persson
Browse files

groundwtf.py added

parent 33bb83af
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
from pyutil.wtf import *
def check(ns):
check_tst(ns)
check_delegation(ns)
if __name__ == '__main__':
ns = "/ground/"
check(ns)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment