This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Author: Martin Claus <[email protected]> | |
import sys | |
# Maybe there is a better way to import tljh. | |
sys.path.insert(0, '/opt/tljh/hub/lib/python3.6/site-packages/') | |
from tljh.normalize import generate_system_username | |
import argparse |