Skip to content
  • FeRD (Frank Dana)'s avatar
    Don't use deprecated pipes module · aa817dce
    FeRD (Frank Dana) authored
    Only `pipes.quote()` was being used in Meld, and that symbol in
    pipes is just an import of `shlex.quote()` anyway. Switch to calling
    `shlex.quote()` directly, since pipes will be removed in Python 3.13.
    aa817dce