Changeset 60

Show
Ignore:
Timestamp:
06/15/06 09:37:50 (6 years ago)
Author:
mk
Message:

Check that Cheesecake is properly cleaning up (closes ticket #28).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/cheesecake/cheesecake_index.py

    r59 r60  
    3535__docformat__ = 'reStructuredText en' 
    3636 
    37  
    38 default_temp_directory = os.path.join(tempfile.gettempdir(), 
    39                                       'cheesecake_sandbox') 
    4037 
    4138################################################################################