avoid missing readline warning in zmqshell...
avoid missing readline warning in zmqshell
InteractiveShell.set_autoindent() warns when readline is missing, and
the zmqshell no longer loads readline. This changes the condition
of the warning to only if it is being enabled, and prevents enabling
autoindent in the zmqshell.