Skip to content

Commit

Permalink
adding properties back to Token.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apmechev committed Jul 27, 2018
1 parent 1b91e56 commit 5f0c3d8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion GRID_LRT/Token.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,23 @@
import itertools
import time


import tarfile
import yaml

if 'couchdb' not in sys.modules:
from GRID_LRT import couchdb
from GRID_LRT.couchdb.design import ViewDefinition

import GRID_LRT

__version__ = GRID_LRT.__version__
__author__ = GRID_LRT.__author__
__license__ = GRID_LRT.__license__
__email__ = GRID_LRT.__email__
__copyright__ = GRID_LRT.__copyright__
__credits__ = GRID_LRT.__credits__
__maintainer__ = GRID_LRT.__maintainer__
__status__ = GRID_LRT.__status__

def reset_all_tokens(token_type, picas_creds):
""" Resets all Tokens with the pc authorization
Expand Down

0 comments on commit 5f0c3d8

Please sign in to comment.