This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
ca_manager
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Wiki
Activity
Browse Source
add path property to SignRequest
less_magic_more_descriptors
Edoardo Putti
8 years ago
parent
41c1bdf164
commit
533be5191e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
certificate_requests.py
+ 3
- 0
certificate_requests.py
View File
@ -28,6 +28,9 @@ class SignRequest(object):
def
fields
(
self
)
:
raise
NotImplementedError
(
)
@property
def
path
(
self
)
:
return
os
.
path
.
join
(
REQUESTS_PATH
,
self
.
id
)
class
RequestLoader
(
object
)
:
"""
Write
Preview
Loading…
Cancel
Save