Skip to content

Commit

Permalink
remove python shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Dec 15, 2016
1 parent 1e9a6f8 commit 4eb5a2e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion oled/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Expand Down
1 change: 0 additions & 1 deletion oled/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion oled/device.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion oled/emulator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion oled/mixin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion oled/render.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion oled/serial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion oled/threadpool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion oled/virtual.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# The MIT License (MIT)
Expand Down

0 comments on commit 4eb5a2e

Please sign in to comment.