summaryrefslogtreecommitdiff
path: root/silx/math/combo.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'silx/math/combo.pyx')
-rw-r--r--silx/math/combo.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/math/combo.pyx b/silx/math/combo.pyx
index 3fd9f66..e24edda 100644
--- a/silx/math/combo.pyx
+++ b/silx/math/combo.pyx
@@ -1,7 +1,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2016-2017 European Synchrotron Radiation Facility
+# Copyright (c) 2016-2018 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,7 @@ __license__ = "MIT"
__date__ = "24/04/2018"
cimport cython
-from math_compatibility cimport isnan, isfinite, INFINITY
+from .math_compatibility cimport isnan, isfinite, INFINITY
import numpy