Browse Source

add path property to SignRequest

less_magic_more_descriptors
Edoardo Putti 8 years ago
parent
commit
533be5191e
1 changed files with 3 additions and 0 deletions
  1. +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):
"""


Loading…
Cancel
Save