Skip to content

Commit ec88e5c

Browse files
Renamed some files.
1 parent 643911c commit ec88e5c

6 files changed

+4
-4
lines changed

SingleChase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
from van_animation_base_class import Animation
3+
from animation_base_class import Animation
44
import time
55

66
class SingleChase(Animation):

SoftFade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
from van_animation_base_class import Animation
3+
from animation_base_class import Animation
44
import time
55

66
class SoftFade(Animation):
File renamed without changes.

code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import vanprojmain
1+
import main

colourchase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
from van_animation_base_class import Animation
3+
from animation_base_class import Animation
44
import time
55

66
class ColourChase(Animation):

vanprojmain.py main.py

File renamed without changes.

0 commit comments

Comments
 (0)