More relative import fixes for Python 3 compatibility

This commit is contained in:
Mike Croucher 2015-02-26 07:14:40 +00:00
parent 5e4afb765a
commit 2ca24a88f5
31 changed files with 60 additions and 60 deletions

View file

@ -2,7 +2,7 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
from config import *
from .config import *
def chain_1(df_dg, dg_dx):
"""