Commit cae7bacc authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrs-pts: adding missing hashlib import to test17

parent f18cd81c
......@@ -8,6 +8,7 @@
# Import toolbox
from utilFunctions import *
import hashlib
def main (default_directory='.'):
......@@ -230,4 +231,4 @@ def main (default_directory='.'):
frameworkText.printEnd(error)
if __name__ == '__main__' :
main()
\ No newline at end of file
main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment