Your IP : 216.73.216.79


Current Path : /lib/python3/dist-packages/pythran/pythonic/builtins/
Upload File :
Current File : //lib/python3/dist-packages/pythran/pythonic/builtins/EnvironmentError.hpp

#ifndef PYTHONIC_BUILTIN_ENVIRONMENTERROR_HPP
#define PYTHONIC_BUILTIN_ENVIRONMENTERROR_HPP

#include "pythonic/include/builtins/EnvironmentError.hpp"

#include "pythonic/types/exceptions.hpp"

PYTHONIC_NS_BEGIN

namespace builtins
{

  PYTHONIC_EXCEPTION_IMPL(EnvironmentError)
}
PYTHONIC_NS_END

#endif