Changeset 7731
- Timestamp:
- 18/11/10 08:49:21 (9 years ago)
- Location:
- TI12-security/trunk/MyProxyClient
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/MyProxyClient/myproxy/script.py
r7674 r7731 78 78 79 79 @type opt: optparse.Option 80 @param opt: Option instance that âs calling the callback80 @param opt: Option instance that is calling the callback 81 81 @type opt_str: string 82 @param opt_str: option string seen on the command-line that âs triggering82 @param opt_str: option string seen on the command-line that's triggering 83 83 this callback 84 84 @type val: float … … 97 97 help='Read the password directly from stdin') 98 98 99 #!TODO: What is the myproxy-logon equiv ilent of this option?99 #!TODO: What is the myproxy-logon equivalent of this option? 100 100 #op.add_option('-m', '--maxlifetime', dest='maxlifetime', 101 101 # action='store', type='int', -
TI12-security/trunk/MyProxyClient/setup.py
r7554 r7731 28 28 setup( 29 29 name = 'MyProxyClient', 30 version = '1.2. 0',30 version = '1.2.1', 31 31 description = 'MyProxy Client', 32 32 long_description = '''\
Note: See TracChangeset
for help on using the changeset viewer.