Any idea why sha.digest() is not allowed for import?
 
I am trying to do some simple password checking (SHA) with a db and it fails to import.
 
Neither 'import sha' nor 'from sha import digest' work.
 
Any ideas?
 
Konstantinos Margaritis