diff regex.py @ 4:399da6b5ec21 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/regex_find_replace commit a9b01eafeefb50c416fbfe342b15298fe9321679
author galaxyp
date Thu, 14 Jul 2022 10:49:01 +0000
parents 538933d9fccc
children
line wrap: on
line diff
--- a/regex.py	Fri May 08 04:01:27 2020 -0400
+++ b/regex.py	Thu Jul 14 10:49:01 2022 +0000
@@ -1,5 +1,5 @@
+import re
 from optparse import OptionParser
-import re
 
 
 def main():