Deleted the rest of the no longer needed code

This commit is contained in:
Veronica K. B. Olsen
2020-05-10 22:56:30 +02:00
parent eecf1e000d
commit a7d2ca24a5
5 changed files with 1 additions and 758 deletions
-8
View File
@@ -172,11 +172,3 @@ def splitVersionNumber(vString):
vInt = vMajor*10000 + vMinor*100 + vPatch
return [vMajor, vMinor, vPatch, vInt]
def packageRefURL(packName):
from nw.constants import nwDependencies
if packName in nwDependencies.PACKS.keys():
return "<a href=\"%s\">%s</a>" % (
nwDependencies.PACKS[packName]["site"], packName
)
return packName