diff options
Diffstat (limited to 'src/clyde.py')
| -rw-r--r-- | src/clyde.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clyde.py b/src/clyde.py index ae96bfb..560c7cb 100644 --- a/src/clyde.py +++ b/src/clyde.py @@ -1,4 +1,4 @@ -from Ghost import Ghost +from ghost import Ghost class Clyde(Ghost): def __init__(self, sprite_sheet, x, y): |
