2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

Fix bug global hashlib is not defined (#399)

This commit is contained in:
Mạnh Tài 2017-05-16 13:08:31 +07:00 committed by Rushabh Mehta
parent 2f03e9f838
commit 02e0743532

View File

@ -1,4 +1,4 @@
import os, sys, shutil, subprocess, logging, itertools, requests, json, platform, select, pwd, grp, multiprocessing
import os, sys, shutil, subprocess, logging, itertools, requests, json, platform, select, pwd, grp, multiprocessing, hashlib
from distutils.spawn import find_executable
import bench
from bench import env