From fb1af963e708ee467f60d536d30342617e2f0fe9 Mon Sep 17 00:00:00 2001 From: caes Date: Tue, 31 Jan 2017 21:21:25 -0500 Subject: [PATCH] path fix --- scripts/analyze_lightcurve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analyze_lightcurve.py b/scripts/analyze_lightcurve.py index 4bf3ee1..61709d4 100644 --- a/scripts/analyze_lightcurve.py +++ b/scripts/analyze_lightcurve.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- +from __future__ import unicode_literals import sys sys.path.insert(1, "~/science/clag/") -from __future__ import unicode_literals import numpy as np import getopt import clag