فهرست منبع

add pythonImport

frabbit 10 سال پیش
والد
کامیت
ce213faa68
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      std/python/lib/io/BlockingIOError.hx

+ 1 - 0
std/python/lib/io/BlockingIOError.hx

@@ -2,6 +2,7 @@ package python.lib.io;
 
 import python.lib.Exceptions.IOError;
 
+@:pythonImport("io", "BlockingIOError")
 class BlockingIOError extends IOError {
 
 	var characters_written:Int;