Skip to content

Commit 4b9cd91

Browse files
committed
parser header added, originating projects added
1 parent 580f69e commit 4b9cd91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nginxparser_eb/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
# Forked from:
4+
# - https://github.com/fatiherikli/nginxparser
5+
# - CertBot Nginx parser
6+
17
import string
28
import copy
39
from pyparsing import (

0 commit comments

Comments
 (0)