diff options
Diffstat (limited to 'python/intex/common.py')
| -rw-r--r-- | python/intex/common.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/intex/common.py b/python/intex/common.py index 009f0ba6..d93f9c18 100644 --- a/python/intex/common.py +++ b/python/intex/common.py @@ -1,10 +1,5 @@ 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(",", "") |
