summaryrefslogtreecommitdiff
path: root/silx/math/fit/functions.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'silx/math/fit/functions.pyx')
-rw-r--r--silx/math/fit/functions.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/math/fit/functions.pyx b/silx/math/fit/functions.pyx
index 6c491cd..ebbc37b 100644
--- a/silx/math/fit/functions.pyx
+++ b/silx/math/fit/functions.pyx
@@ -1,6 +1,6 @@
# 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
@@ -61,7 +61,7 @@ import numpy
_logger = logging.getLogger(__name__)
cimport cython
-cimport functions_wrapper
+cimport silx.math.fit.functions_wrapper as functions_wrapper
def erf(x):