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