files
This commit is contained in:
parent
f2a7490652
commit
1db8c559a2
3 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,10 @@ class Distribution:
|
|||
def __init__(self, architecture):
|
||||
self.architecture = architecture
|
||||
self.path = os.sep.join([DISTRIBUTION, self.architecture.name])
|
||||
self.load()
|
||||
|
||||
def load(self):
|
||||
files = self.architecture.repository.get_files(self.path)
|
||||
|
||||
def __str__(self):
|
||||
lines = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue