diff create_account.py @ 5:0d58b772521f draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 70fbb41d4c6b0a08a7bed4849a5ae7c865e1ab1e
author gga
date Mon, 12 Mar 2018 06:29:07 -0400
parents 85e28a142545
children 87ac50dc5553
line wrap: on
line diff
--- a/create_account.py	Thu Feb 08 11:34:16 2018 -0500
+++ b/create_account.py	Mon Mar 12 06:29:07 2018 -0400
@@ -4,7 +4,8 @@
 import argparse
 import random
 import time
-from builtins import range, str
+
+from six.moves.builtins import str
 
 from webapollo import WAAuth, WebApolloInstance