Skip to content

Commit 94c394e

Browse files
committed
Fix the wrong import
1 parent b9fd571 commit 94c394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiling/os/posix/syscall/stat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from qiling import Qiling
1111
from qiling.const import QL_OS, QL_ARCH, QL_ENDIAN
12-
from qiling.os.posix.const import NR_OPEN, EBADF, AT_FDCWD, AT_EMPTY_PATH
12+
from qiling.os.posix.const import NR_OPEN, EBADF, AT_FDCWD
1313
from qiling.os.posix.stat import Stat, Lstat
1414

1515
# Caveat: Never use types like ctypes.c_long whose size differs across platforms.

0 commit comments

Comments
 (0)