Skip to content
Snippets Groups Projects
Commit 0f566784 authored by Greg Quinn's avatar Greg Quinn
Browse files

Change absolute import to relative

parent ec206d2c
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
import numpy as np
from util import (wl2wn, planck_wl, inv_planck_wl,
wn2wl, planck_wn, inv_planck_wn)
from .util import (wl2wn, planck_wl, inv_planck_wl,
wn2wl, planck_wn, inv_planck_wn)
class Srf(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment