think of the poor windows users
[koperkapel.git] / koperkapel / util.py
1 """Utility functions"""
2
3 import os
4
5 def safepath(path):
6     return os.path.join(*path.split("/"))