'validate' dependency
This commit is contained in:
parent
ff60215da1
commit
9990c5ec9f
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
import logging
|
||||
try:
|
||||
import validate
|
||||
except:
|
||||
raise CryptoBoxExceptions.CBEnvironmentError("couldn't import 'validate'! Try 'apt-get install python-formencode'.")
|
||||
import os
|
||||
import CryptoBoxExceptions
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue