Add a copy of the nginx builder module
This commit is contained in:
parent
ee9e06b1ee
commit
261e9d9fbb
14 changed files with 1237 additions and 0 deletions
5
sysadmin/nginx/__init__.py
Normal file
5
sysadmin/nginx/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
try:
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
except ImportError:
|
||||
from pkgutil import extend_path
|
||||
__path__ = extend_path(__path__, __name__)
|
Loading…
Add table
Add a link
Reference in a new issue