From fb2450ff33ebdbdeb3f1205bdc58c38519921e7a Mon Sep 17 00:00:00 2001 From: Eric Rasche Date: Wed, 15 Feb 2017 21:31:22 +0000 Subject: [PATCH] document scriptg --- scripts/secret_decoder_ring.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/secret_decoder_ring.py b/scripts/secret_decoder_ring.py index 36eefb9d958..7eae0968e9e 100644 --- a/scripts/secret_decoder_ring.py +++ b/scripts/secret_decoder_ring.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +""" +Script to encode/decode the IDs that galaxy exposes to users and admins. +""" import os import sys sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'lib')))