Skip to content
Snippets Groups Projects
Commit 17be606d authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Try priviledge escalation

parent 060889e8
Branches
No related tags found
No related merge requests found
__version__ = '0.1.9' __version__ = '0.1.10'
from common_config.common import * from common_config.common import *
\ No newline at end of file
#!/usr/bin/env python #!/usr/bin/env python
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
import __main__
import os, getpass, sys import os, getpass, sys
import subprocess import subprocess
import logging import logging
......
[tool.poetry] [tool.poetry]
name = "common-config" name = "common-config"
version = "0.1.9" version = "0.1.10"
description = "A config library for eigenservice" description = "A config library for eigenservice"
authors = ["David Huss <dh@atoav.com>"] authors = ["David Huss <dh@atoav.com>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment