diff create_account.py @ 4:5559e41721c3 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:31:27 -0400
parents b4a85d0c85b8
children 950fb2bf116d
line wrap: on
line diff
--- a/create_account.py	Wed Sep 20 09:43:36 2017 -0400
+++ b/create_account.py	Mon Mar 12 06:31:27 2018 -0400
@@ -5,7 +5,7 @@
 import random
 import time
 
-from builtins import range, str
+from six.moves.builtins import str
 
 from webapollo import WAAuth, WebApolloInstance