Skip to content

Commit

Permalink
prism-auto fix: pipes.quote removed from Python 3.13. Use shlex.
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Jan 6, 2025
1 parent b55f316 commit 1feed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism/etc/scripts/prism-auto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Run "prism-auto -h" for details of further options.

import os,sys,re,subprocess,signal,tempfile,functools,logging,time,platform,csv
from pipes import quote
from shlex import quote
from optparse import OptionParser
from threading import Timer

Expand Down

0 comments on commit 1feed30

Please sign in to comment.