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

Try priviledge escalation

parent 1339cbb2
No related branches found
No related tags found
No related merge requests found
__version__ = '0.1.13' __version__ = '0.1.14'
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 inspect
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.13" version = "0.1.14"
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