Skip to content

Commit

Permalink
Remove extraneous #!/usr/bin/env python from library files
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Apr 8, 2013
1 parent c31f572 commit 538f3a1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion iptools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2008-2013, Bryan Davis
Expand Down
1 change: 0 additions & 1 deletion iptools/ipv4.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2008-2013, Bryan Davis
Expand Down
1 change: 0 additions & 1 deletion iptools/ipv6.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2008-2013, Bryan Davis
Expand Down

0 comments on commit 538f3a1

Please sign in to comment.