Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix dance-moves-gen for newest python version. - annna - Annna the nice friendl…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit acd5a645e70c6a5e1187b86aa89827eb6f6ecae8
parent 2c0ae9b3f118a301bd866b00f355082c9f3bca1a
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 21 Jul 2024 21:14:10 +0200
Fix dance-moves-gen for newest python version.
Diffstat:
M dance-moves-gen | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/dance-moves-gen b/dance-moves-gen
@@ -12,12 +12,12 @@ def usage(app):
sys.exit(1)
def main(args):
- moves = ["\o/", "\o_", "_o_", "_o/", "~o/", "\o~", "~o~",
- "-o/", "\o-", "-o-", "\o.", ".o/", ".o.",
- "\o7", "_o7", "-o7", ".o7", "~o7", "\^o^/",
- "\^o_", "_o^/", "~o^/", "\^o~", "-o^/",
- "\^o-", "\^o.", ".o^/", "\^o7",
- "(>OoO)>", "<(OoO<)", "/o/", "\o\\"]
+ moves = ["\\o/", "\\o_", "_o_", "_o/", "~o/", "\\o~", "~o~",
+ "-o/", "\\o-", "-o-", "\\o.", ".o/", ".o.",
+ "\\o7", "_o7", "-o7", ".o7", "~o7", "\\^o^/",
+ "\\^o_", "_o^/", "~o^/", "\\^o~", "-o^/",
+ "\\^o-", "\\^o.", ".o^/", "\\^o7",
+ "(>OoO)>", "<(OoO<)", "/o/", "\\o\\"]
try:
opts, largs = getopt.getopt(args[1:], "h")
except getopt.GetoptError as err:
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.