sbsv2/raptor/python/raptor_meta.py
branchfix
changeset 392 8f0708af8451
parent 388 3f46b91ff7d1
child 412 824dddcc66f7
child 414 fdf44dc5eff3
equal deleted inserted replaced
391:877485b44765 392:8f0708af8451
  1720 
  1720 
  1721 
  1721 
  1722 	def getDefaultResourceTargetPath(self, targettype):
  1722 	def getDefaultResourceTargetPath(self, targettype):
  1723 		# the different default TARGETPATH values should come from the
  1723 		# the different default TARGETPATH values should come from the
  1724 		# configuration rather than being hard-coded here.
  1724 		# configuration rather than being hard-coded here.
  1725 		if targettype == "plugin":
  1725 		if targettype in ["plugin", "plugin3"]:
  1726 			return "resource/plugins"
  1726 			return "resource/plugins"
  1727 		if targettype == "pdl":
  1727 		if targettype == "pdl":
  1728 			return "resource/printers"
  1728 			return "resource/printers"
  1729 		return ""
  1729 		return ""
  1730 
  1730