mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Fix name resolving bug
This commit is contained in:
parent
cb4c2c7bbf
commit
09b5f00305
12 changed files with 172 additions and 51 deletions
|
@ -1 +1 @@
|
|||
.client = pyimport "./client"
|
||||
.client = pyimport "client"
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
.HTTPResponse: ClassType
|
||||
.HTTPResponse <: FileLike
|
||||
.HTTPResponse <: FileLike!
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.parse = pyimport "./parse"
|
||||
.request = pyimport "./request"
|
||||
.parse = pyimport "parse"
|
||||
.request = pyimport "request"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue