home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_262 / statvfs.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-09-09  |  501 b   |  17 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.7)
  3.  
  4. from warnings import warnpy3k
  5. warnpy3k('the statvfs module has been removed in Python 3.0', stacklevel = 2)
  6. del warnpy3k
  7. F_BSIZE = 0
  8. F_FRSIZE = 1
  9. F_BLOCKS = 2
  10. F_BFREE = 3
  11. F_BAVAIL = 4
  12. F_FILES = 5
  13. F_FFREE = 6
  14. F_FAVAIL = 7
  15. F_FLAG = 8
  16. F_NAMEMAX = 9
  17.