Revision 7e3c1da6 lib/constants.py

b/lib/constants.py
210 210
IEM_IMPORT = "import"
211 211
IEM_EXPORT = "export"
212 212

  
213
# Import/export transport compression
214
IEC_NONE = "none"
215
IEC_GZIP = "gzip"
216
IEC_ALL = frozenset([
217
  IEC_NONE,
218
  IEC_GZIP,
219
  ])
220

  
213 221
# Import/export I/O
214 222
# Direct file I/O, equivalent to a shell's I/O redirection using '<' or '>'
215 223
IEIO_FILE = "file"

Also available in: Unified diff