# Created by Leo from: C:\Development\Python22\Lib\site-packages\vb2py\vb2py.leo
import os
import sys
def rootPath():
"""Return the root path"""
return os.path.join(os.path.abspath(__file__).split("vb2py")[0], "vb2py")
def relativePath(path):
"""Return the path to a file"""
return os.path.join(rootPath(), path)