Add missing imports. They are used later in mkdtmp, needed by action plugins

This commit is contained in:
Michael Scherer 2015-04-14 16:56:35 -04:00
parent 37b4b68e83
commit c0c115317a

View file

@ -21,6 +21,8 @@ import os
import re
import pipes
import ansible.constants as C
import time
import random
_USER_HOME_PATH_RE = re.compile(r'^~[_.A-Za-z0-9][-_.A-Za-z0-9]*$')