aboutsummaryrefslogtreecommitdiffstats
path: root/python/common.py
blob: f34e3efcdcc53986730c5aa6be705da9645faa28 (plain)
1
2
3
4
5
6
import os

if os.name =='nt':
    root = "//WDsentinel/share/CorpCDOs"
elif os.name == 'posix':
    root = '/home/share/CorpCDOs'