import readline in pelican_quicktart.py if available (2)

This commit is contained in:
Jorge Maldonado Ventura 2017-08-12 21:20:43 +02:00
commit 3de38bcb2f

View file

@ -12,7 +12,7 @@ import sys
import pytz
try:
import readline #NOQA
import readline # NOQA
except ImportError:
pass