Skip to content

Commit 0f53213

Browse files
author
Michael Skelton
committed
Fixed module references
1 parent 7d7443e commit 0f53213

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)