Revision 1d3dfa29 lib/constants.py

b/lib/constants.py
225 225

  
226 226
IE_CUSTOM_SIZE = "fd"
227 227

  
228
IE_MAGIC_RE = re.compile(r"^[-_.a-zA-Z0-9]{5,100}$")
229

  
228 230
# Import/export I/O
229 231
# Direct file I/O, equivalent to a shell's I/O redirection using '<' or '>'
230 232
IEIO_FILE = "file"

Also available in: Unified diff