diff regex.py @ 4:d72a404cef12 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:48:29 +0000
parents 6dcfb96bc8b0
children
line wrap: on
line diff
--- a/regex.py	Fri May 08 08:01:03 2020 +0000
+++ b/regex.py	Thu Jul 14 10:48:29 2022 +0000
@@ -1,5 +1,5 @@
+import re
 from optparse import OptionParser
-import re
 
 
 def main():