add tempfile.TMP_MAX for py3 (#1353)

This commit is contained in:
Jelle Zijlstra
2017-05-25 19:33:05 -07:00
committed by Matthias Kramm
parent e6af58a4cc
commit 26d1ff8352

View File

@@ -8,6 +8,7 @@ from types import TracebackType
from typing import Any, AnyStr, Generic, IO, Optional, Tuple, Type
# global variables
TMP_MAX: int
tempdir = ... # type: Optional[str]
template = ... # type: str