Stop importing "re".
authorWayne Davison <wayne@opencoder.net>
Tue, 20 Sep 2022 05:36:49 +0000 (22:36 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 20 Sep 2022 05:36:49 +0000 (22:36 -0700)
support/json-rsync-version

index a51c3a88f505a108a95600dd2e3e89a0a53d0105..bf5684b74c2ce261a1ea36d5f48b0b812b2b6dd4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-import sys, re, argparse, subprocess, json
+import sys, argparse, subprocess, json
 
 def main():
     if not args.rsync or args.rsync == '-':