Files
codeql/semmlecode-python-tests/query-tests/Security/lib/os/path.py
2018-11-22 11:05:08 +00:00

6 lines
70 B
Python

def join(a, b):
return a + "/" + b
def normpath(x):
return x