sahlberg / libnfs-python

Python bindings for libnfs
GNU Lesser General Public License v2.1
64 stars 34 forks source link

bugfix for isfile or isdir function #28

Open jiaqianjing opened 7 years ago

jiaqianjing commented 7 years ago

Traceback (most recent call last): File "", line 4, in File "/mnt/xxxx/venv/lib/python2.7/site-packages/libnfs/init.py", line 256, in isfile return stat.S_ISREG(st.nfs_mode) NameError: global name 'stat' is not defined