Commit c4dd4ece authored by Jim Fulton's avatar Jim Fulton

Added this as an alias for Destination. I expect to depricate

Destination in favor of this.
parent fc998c26
......@@ -116,7 +116,9 @@ class FactoryDispatcher(Acquisition.Implicit):
def Destination(self):
"Return the destination for factory output"
return self.__dict__['_d'] # we don't want to wrap the result!
Destination__roles__=None
this=Destination
this__roles__=Destination__roles__=None
def DestinationURL(self):
"Return the URL for the destination for factory output"
......
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