#ifndef PYTHONIC_BUILTIN_IMPORTERROR_HPP #define PYTHONIC_BUILTIN_IMPORTERROR_HPP #include "pythonic/include/builtins/ImportError.hpp" #include "pythonic/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_IMPL(ImportError) } PYTHONIC_NS_END #endif