Changeset 110 for cleverbox/branches

Show
Ignore:
Timestamp:
10/30/06 15:50:42 (6 years ago)
Author:
trivoallan
Message:

File should be created automatically.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.1/cleverbox/scripts/admin.py

    r109 r110  
    156156        # Create VERSION file 
    157157        try: 
    158             fd = open( os.path.join(self.envname, 'VERSION'), 'w+' ) 
     158            fd = open( os.path.join(self.envname, 'VERSION'), 'w' ) 
    159159            fd.write(_version) 
    160160        finally: