added more CRYPT examples and doctests, fixed other doctests

This commit is contained in:
mdipierro
2012-07-20 10:17:55 -05:00
parent f905a6e9dc
commit 6072fa2962
3 changed files with 37 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import random
import time
import os
import logging
from gluon.contrib.pbkdf2 import pbkdf2_hex
from contrib.pbkdf2 import pbkdf2_hex
logger = logging.getLogger("web2py")