From 2f294bfefb6316ee52c5621353e5a654504df698 Mon Sep 17 00:00:00 2001 From: dencheva Date: Wed, 23 Dec 2009 14:50:14 +0000 Subject: 'from __future__ import division' changes git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8517 fe389314-cf27-0410-b35b-8c050e845b92 --- updatewcs/corrections.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'updatewcs/corrections.py') diff --git a/updatewcs/corrections.py b/updatewcs/corrections.py index c5be8c3..6709664 100644 --- a/updatewcs/corrections.py +++ b/updatewcs/corrections.py @@ -1,3 +1,5 @@ +from __future__ import division # confidence high + import datetime import numpy from numpy import linalg -- cgit