'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
|
import logging
|
||||||
import validate
|
try:
|
||||||
|
import validate
|
||||||
|
except:
|
||||||
|
raise CryptoBoxExceptions.CBEnvironmentError("couldn't import 'validate'! Try 'apt-get install python-formencode'.")
|
||||||
import os
|
import os
|
||||||
import CryptoBoxExceptions
|
import CryptoBoxExceptions
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue