Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 8801e17

Browse files
committed
Swap python/python2 envs to python3
1 parent 4899f69 commit 8801e17

151 files changed

Lines changed: 3036 additions & 151 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

generate-icons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python3
22
# Used to generate some icons
33
# Requires inkscape and imagemagick pacages
44

generate_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python3
22
from scc.tools import _
33

44
from scc.actions import Action, DPadAction, XYAction, MouseAction

images/CPAD.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

images/CPAD.svg

Lines changed: 68 additions & 0 deletions
Loading

images/GYRO.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

images/GYRO.svg

Lines changed: 120 additions & 0 deletions
Loading

images/LGRIP.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

images/LGRIP.svg

Lines changed: 79 additions & 0 deletions
Loading

images/LPAD.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

images/LPAD.svg

Lines changed: 74 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)