Commit cae7bacc authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrs-pts: adding missing hashlib import to test17

parent f18cd81c
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# Import toolbox # Import toolbox
from utilFunctions import * from utilFunctions import *
import hashlib
def main (default_directory='.'): def main (default_directory='.'):
...@@ -230,4 +231,4 @@ def main (default_directory='.'): ...@@ -230,4 +231,4 @@ def main (default_directory='.'):
frameworkText.printEnd(error) frameworkText.printEnd(error)
if __name__ == '__main__' : if __name__ == '__main__' :
main() main()
\ No newline at end of file
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