Skip to content

Commit aaf39de

Browse files
committed
Revert "BUG: Fix missing FileNotFoundError on python2.7"
This reverts commit 5fbd912.
1 parent d6ebf68 commit aaf39de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pypandoc/pandoc_download.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818

1919
from .handler import _check_log_handler
2020

21-
try:
22-
FileNotFoundError
23-
except NameError:
24-
# Python <3.5
25-
FileNotFoundError = IOError
26-
2721
logger = logging.getLogger(__name__.split('.')[0])
2822

2923
DEFAULT_TARGET_FOLDER = {

0 commit comments

Comments
 (0)