Add tempfile import in file tests

This commit is contained in:
Ch3LL 2018-12-14 13:18:11 -05:00
parent 449fa2e7ee
commit 10cb130eb6
No known key found for this signature in database
GPG Key ID: 132B55A7C13EFA73

View File

@ -13,6 +13,7 @@ import re
import sys
import shutil
import stat
import tempfile
import textwrap
import filecmp