Skip to content

Commit

Permalink
Corrected import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 8, 2015
1 parent d4a938b commit 8a87b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

import time, pimglow as piglow
import time, piglow

while True:
for x in range(100):
Expand Down
2 changes: 1 addition & 1 deletion examples/cycle.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

import time, pimglow as piglow
import time, piglow

i = 0

Expand Down
2 changes: 1 addition & 1 deletion examples/legs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

import time, pimglow as piglow
import time, piglow

i = 0
x = 0
Expand Down

0 comments on commit 8a87b01

Please sign in to comment.