110
114
def from_changesfile_path(cls, changesfile_path, policy, logger):
111
115
"""Create a NascentUpload from the given changesfile path.
116
120
:param changesfile_path: path to the changesfile to be uploaded.
117
121
:param policy: the upload policy to be used.
118
122
:param logger: the logger to be used.
121
134
return cls(changesfile, policy, logger)
123
136
def process(self, build=None):