2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

ad missing imports

This commit is contained in:
Pratik Vyas 2014-11-11 09:43:37 +05:30
parent 0608f04d7e
commit 07f770486c

View File

@ -5,6 +5,7 @@ import getpass
import logging
import json
from distutils.spawn import find_executable
import pwd, grp
logger = logging.getLogger(__name__)