diff options
Diffstat (limited to 'python/handle_default.py')
| -rw-r--r-- | python/handle_default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/handle_default.py b/python/handle_default.py index e7a8163e..73d010b5 100644 --- a/python/handle_default.py +++ b/python/handle_default.py @@ -1,7 +1,7 @@ +from __future__ import division from db import dbconn import datetime from sys import argv -from __future__ import division def affected_indices(company_id): """returns the list of indices containing company_id""" |
