Mercurial > repos > yating-l > jbrowsehubtoapollo
diff apollo/ApolloUser.py @ 3:6f262a92e8dc draft default tip
planemo upload for repository https://github.com/Yating-L/suite_gonramp_apollo.git commit 91b46f7c891c2466bc5b6a063411cdae75964515-dirty
author | yating-l |
---|---|
date | Mon, 27 Nov 2017 12:06:18 -0500 |
parents | 8ff4b84d709f |
children |
line wrap: on
line diff
--- a/apollo/ApolloUser.py Wed Oct 25 12:41:34 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#!/usr/bin/python - -import os - -class ApolloUser(object): - def __init__(self, user_email, password, firstname=None, lastname=None): - self.user_email = user_email - self.firstname = firstname - self.lastname = lastname - self.password = password