Skip to content

Commit

Permalink
updating docstrings, version and removing __*__ from Token.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apmechev committed Jul 27, 2018
1 parent 5ea559d commit 1b91e56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 0 additions & 10 deletions GRID_LRT/Token.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@



__author__ = "Alexandar P. Mechev"
__copyright__ = "2016 Alexandar P. Mechev"
__credits__ = ["Alexandar P. Mechev", "Natalie Danezi", "J.B.R. Oonk"]
__license__ = "GPL 3.0"
__version__ = "0.2.4"
__maintainer__ = "Alexandar P. Mechev"
__email__ = "[email protected]"
__status__ = "Production"


def reset_all_tokens(token_type, picas_creds):
""" Resets all Tokens with the pc authorization
"""
Expand Down
9 changes: 8 additions & 1 deletion GRID_LRT/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
"""GRID_LRT: Grid LOFAR Tools"""
__all__ = ["Application", "Staging", 'sandbox', 'Token', 'couchdb', "couchdb.tests"]
__version__ = "0.3.2"
__version__ = "0.4.0"
__author__ = "Alexandar P. Mechev"
__copyright__ = "2018 Alexandar P. Mechev"
__credits__ = ["Alexandar P. Mechev", "Natalie Danezi", "J.B.R. Oonk"]
__license__ = "GPL 3.0"
__maintainer__ = "Alexandar P. Mechev"
__email__ = "[email protected]"
__status__ = "Production"

0 comments on commit 1b91e56

Please sign in to comment.