Changeset 85

Show
Ignore:
Timestamp:
12/29/05 21:19:50 (3 years ago)
Author:
tim
Message:

added remove temp folder method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/timcommithook/pyramid/test/tests.py

    r81 r85  
    118118        """ remove all test folders 
    119119        """ 
    120         #removeTemp(TEMPFOLDER)          
     120        removeTemp(TEMPFOLDER)          
    121121     
    122122if __name__ == "__main__":