Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open
stapled
Commits
987c4b55
Commit
987c4b55
authored
Nov 10, 2017
by
Chris Snijder
🏅
Browse files
Make local directories work as if they are installed deps.
parent
7d750437
Changes
1
Hide whitespace changes
Inline
Side-by-side
ocspd/__init__.py
View file @
987c4b55
...
...
@@ -5,6 +5,11 @@ Initialise the ocspd module.
This file only contains some variables we need in the ``ocspd`` name space.
"""
import
sys
import
os
sys
.
path
.
append
(
os
.
path
.
abspath
(
"../vendor/"
))
#: The extensions the daemon will try to parse as certificate files
FILE_EXTENSIONS_DEFAULT
=
'crt,pem,cer'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment