mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
Fix bug global hashlib is not defined (#399)
This commit is contained in:
parent
2f03e9f838
commit
02e0743532
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user