diff options
Diffstat (limited to 'python/common.py')
| -rw-r--r-- | python/common.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/common.py b/python/common.py index 009f0ba6..ce9c2fe1 100644 --- a/python/common.py +++ b/python/common.py @@ -1,10 +1,3 @@ -import os - -if os.name =='nt': - root = "//WDsentinel/share/CorpCDOs" -elif os.name == 'posix': - root = '/home/serenitas/CorpCDOs' - def sanitize_float(intex_float): try: intex_float = intex_float.replace(",", "") |
