Skip to content

Commit

Permalink
Update marcel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PouletteMC committed Jan 11, 2023
1 parent ce8d05e commit 0507e36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions marcel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
replacement of docker, for the future french sovereign operating system.
"""

import os
import re
import subprocess
import sys
import re
import os
import six

from os.path import exists, join

import six

__version__ = '0.1.0'

TRANSLATIONS = {
Expand Down Expand Up @@ -51,7 +51,7 @@
u'socialistes': u'ps',
u'empile': u'stack',
u'bzzzz': u'swarm',
u'compose':u'et-son-orchestre',
u'et-son-orchestre':u'compose',
# Options
u'--aide': u'--help',
u'--graffiti': u'--tag',
Expand Down

0 comments on commit 0507e36

Please sign in to comment.