Show
Ignore:
Timestamp:
2007-09-08 13:45:01 (1 year ago)
Author:
Stefan Schwarzer <sschwarzer@sschwarzer.net>
branch:
default
Message:
Documented that the "main program" is actually test code.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dirtree.py

    r330 r331  
    162162 
    163163if __name__ == '__main__': 
     164    # test code 
    164165    config.set_from_environment() 
    165166    dt = DirectoryTree(root="/home/schwa/sd/pypy-dist")