Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create locale.ini #2

Open
wants to merge 1 commit into
base: data_puppet_hiera
Choose a base branch
from

Conversation

viky600833
Copy link
Contributor

SUMMARY
  • Revival of #22370

Add a Singleton metaclass, use it with Display

This removes the pseudo singleton created by doing from main import display

There are cases where main may not have display, and in those cases, things like verbosity are lost across instances of Display. This makes Display act more like a singleton without trying to import from main.

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

many

ADDITIONAL INFORMATION

@viky600833
Copy link
Contributor Author

titre

kjk nnjk
...
klzcdzde
This is link sample inline link.
ezdkzled: ansible/ansible#49196
...

titre 2

estPaye est un logiciel de paye 100% en ligne: ls /home, destiné aux dirigeants d'entreprise de toute taille et de tout secteur d'activité (à l'exception du secteur agricole : MSA), ainsi qu'aux cabinets comptables, pour l'établissement des bulletins de salaire.

titre3

Une solution facile d'utilisation sans aucune connaissance particulière de la paye, souple à mettre en œuvre et permet une réduction considérable de vos coûts et investissements liés à la paye.

def main():
    """Invoke installation process using setuptools."""
    setup_params = dict(static_setup_params, **get_dynamic_setup_params())
    ignore_warning_regex = (
        r"Unknown distribution option: '(project_urls|python_requires)'"
    )
    warnings.filterwarnings(
        'ignore',
        message=ignore_warning_regex,
        category=UserWarning,
        module='distutils.dist',
    )
    setup(**setup_params)
    warnings.resetwarnings()


if __name__ == '__main__':
    main()
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant