Skip to content

Commit 8d763eb

Browse files
committed
removed shebangs
1 parent e407f4c commit 8d763eb

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

Diff for: src/passwordlib/analyzer/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# -*- coding=utf-8 -*-
32
r"""
43
submodule to analyze passwords for given features

Diff for: src/passwordlib/analyzer/analyzer.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# -*- coding=utf-8 -*-
32
r"""
43

Diff for: src/passwordlib/attr/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# -*- coding=utf-8 -*-
32
r"""
43
submodule to create class-attributes that are automatically hashed

Diff for: src/passwordlib/attr/attribute_class.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# -*- coding=utf-8 -*-
32
r"""
43

Diff for: src/passwordlib/commonly_used/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# -*- coding=utf-8 -*-
32
r"""
43
This module uses this list to check if a password in commonly used

Diff for: src/passwordlib/commonly_used/verifier.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# -*- coding=utf-8 -*-
32
r"""
43

Diff for: src/passwordlib/config.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# -*- coding=utf-8 -*-
32
r"""
43

0 commit comments

Comments
 (0)