aboutsummaryrefslogtreecommitdiff
path: root/src/blinky.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/blinky.py')
-rw-r--r--src/blinky.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blinky.py b/src/blinky.py
index ca647e3..eee44a8 100644
--- a/src/blinky.py
+++ b/src/blinky.py
@@ -1,4 +1,4 @@
-from Ghost import Ghost
+from ghost import Ghost
class Blinky(Ghost):
def __init__(self, sprite_sheet, x, y):