Skip to content

Commit 8b36d18

Browse files
authored
Merge pull request #17 from codingo/codingo-references-fixes
Fixed module references
2 parents 631c50e + 0f53213 commit 8b36d18

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

lib/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env python
2+
3+
"""
4+
Copyright (c) 2017 vhostscan developers (https://github.com/codingo/VHostScan)
5+
See the file 'doc/COPYING' for copying permission
6+
"""
7+
8+
pass

lib/helpers/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env python
2+
3+
"""
4+
Copyright (c) 2017 vhostscan developers (https://github.com/codingo/VHostScan)
5+
See the file 'doc/COPYING' for copying permission
6+
"""
7+
8+
pass

0 commit comments

Comments
 (0)