Kaydet (Commit) bd8791ca authored tarafından root's avatar root

revpspec

üst c56ec13f
......@@ -38,7 +38,8 @@ print(otag("Packager"))
print(write("Name",inary.source.packager.name))
print(write("Email",inary.source.packager.email))
print(ctag("Packager"))
print(write("License",inary.source.license))
for l in inary.source.license:
print(write("License",l))
# IsA kısmı zorunlu değil o yüzden önce varmı bakıyoz
if hasattr(inary.source,"isa"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment