aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-07-18 22:22:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-19 13:36:54 +0300
commitc8981ff111ccb2419c8689dadc567760e0a20750 (patch)
treea935d544ccfc15f8e4fea719de1a1b9b1e553381 /mesonbuild/modules
parentfc23d9d0f207a5e7d68128db9741db1f7c4ba190 (diff)
downloadmeson-c8981ff111ccb2419c8689dadc567760e0a20750.zip
meson-c8981ff111ccb2419c8689dadc567760e0a20750.tar.gz
meson-c8981ff111ccb2419c8689dadc567760e0a20750.tar.bz2
Added documentation for SIMD module.
Diffstat (limited to 'mesonbuild/modules')
-rw-r--r--mesonbuild/modules/unstable_simd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/unstable_simd.py b/mesonbuild/modules/unstable_simd.py
index 12d9839..4aebc02 100644
--- a/mesonbuild/modules/unstable_simd.py
+++ b/mesonbuild/modules/unstable_simd.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from .. import mesonlib, compilers, build, mlog
+from .. import mesonlib, compilers, mlog
from . import ExtensionModule