files
This commit is contained in:
parent
f2a7490652
commit
1db8c559a2
3 changed files with 11 additions and 0 deletions
|
@ -33,6 +33,9 @@ class Remote(repository.Repository):
|
|||
self.archives = archives
|
||||
self.catalogs = c
|
||||
|
||||
def get_files(self, path):
|
||||
return hypertext.HyperText(os.path.join(self.location, path)).links
|
||||
|
||||
def __str__(self):
|
||||
lines = [
|
||||
super().__str__(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue