summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FS.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-11-13 06:44:03 (GMT)
committerSteven Knight <knight@baldmt.com>2002-11-13 06:44:03 (GMT)
commitc3f2f406542da875245f96d9505b5bedde0a5de0 (patch)
treeed5c9efe662ffd6e75bbd266b14442abfb39ec08 /src/engine/SCons/Node/FS.py
parent75a90274cf324056b49f53d634cd3f0c3c52fe85 (diff)
downloadSCons-c3f2f406542da875245f96d9505b5bedde0a5de0.zip
SCons-c3f2f406542da875245f96d9505b5bedde0a5de0.tar.gz
SCons-c3f2f406542da875245f96d9505b5bedde0a5de0.tar.bz2
Document Repository and other methods, plus some added documentation to SCons.Node and SCons.Node.FS.
Diffstat (limited to 'src/engine/SCons/Node/FS.py')
-rw-r--r--src/engine/SCons/Node/FS.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/SCons/Node/FS.py b/src/engine/SCons/Node/FS.py
index 3b0e6ca..3e50d10 100644
--- a/src/engine/SCons/Node/FS.py
+++ b/src/engine/SCons/Node/FS.py
@@ -2,6 +2,9 @@
File system nodes.
+These Nodes represent the canonical external objects that people think
+of when they think of building software: files and directories.
+
This initializes a "default_fs" Node with an FS at the current directory
for its own purposes, and for use by scripts or modules looking for the
canonical default.