Comment clarification.
This commit is contained in:
parent
94779a86a5
commit
270f7e7128
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ def scriptlink(source_obj, scriptname):
|
||||||
if retval:
|
if retval:
|
||||||
return retval.class_factory(source_obj)
|
return retval.class_factory(source_obj)
|
||||||
|
|
||||||
|
##
|
||||||
|
## NOTE: Only go past here when the script isn't already cached.
|
||||||
|
##
|
||||||
|
|
||||||
# Split the script name up by periods to give us the directory we need
|
# Split the script name up by periods to give us the directory we need
|
||||||
# to change to. I really wish we didn't have to do this, but there's some
|
# to change to. I really wish we didn't have to do this, but there's some
|
||||||
# strange issue with __import__ and more than two directories worth of
|
# strange issue with __import__ and more than two directories worth of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue