From 8a87b01dc7e570e140ea33e13d54a495f96afc66 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 8 May 2015 09:48:48 +0000 Subject: [PATCH] Corrected import --- examples/bar.py | 2 +- examples/cycle.py | 2 +- examples/legs.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/bar.py b/examples/bar.py index fcc5903..77ec373 100755 --- a/examples/bar.py +++ b/examples/bar.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import time, pimglow as piglow +import time, piglow while True: for x in range(100): diff --git a/examples/cycle.py b/examples/cycle.py index ae22cfe..fdb587a 100755 --- a/examples/cycle.py +++ b/examples/cycle.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import time, pimglow as piglow +import time, piglow i = 0 diff --git a/examples/legs.py b/examples/legs.py index 815647e..ec3f96c 100755 --- a/examples/legs.py +++ b/examples/legs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import time, pimglow as piglow +import time, piglow i = 0 x = 0