munyal-server/munyal_server/misc.py

5 lines
85 B
Python

import os
def path_join(*items):
return os.path.join(*items).replace("\\", "/")