Skip to content

Commit

Permalink
add shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Koppelt committed Nov 16, 2013
1 parent dfd3178 commit 693dcf5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions animations/multiwall_diag_scroll.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import acabsl
import colorsys
import random
Expand Down
2 changes: 2 additions & 0 deletions animations/multiwall_fullpulse.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import acabsl
import colorsys
import random
Expand Down
2 changes: 2 additions & 0 deletions animations/multiwall_glider.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import acabsl

import time
Expand Down
3 changes: 2 additions & 1 deletion animations/multiwall_image_display.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import Image
from acabsl import send
Expand Down
2 changes: 2 additions & 0 deletions animations/multiwall_kiu-arrows.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import acabsl
import random
import time
Expand Down
2 changes: 2 additions & 0 deletions animations/multiwall_rainbowscroll.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from acabsl import send
from acabsl import update
import acabsl
Expand Down
3 changes: 2 additions & 1 deletion animations/multiwall_warp_core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import acabsl
from acabsl import send
Expand Down
3 changes: 2 additions & 1 deletion animations/red-sym-scroll.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import acabsl
import time
Expand Down

0 comments on commit 693dcf5

Please sign in to comment.