Changeset 110 for cleverbox/branches
- Timestamp:
- 10/30/06 15:50:42 (6 years ago)
- Files:
-
- 1 modified
-
cleverbox/branches/0.1/cleverbox/scripts/admin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.1/cleverbox/scripts/admin.py
r109 r110 156 156 # Create VERSION file 157 157 try: 158 fd = open( os.path.join(self.envname, 'VERSION'), 'w +' )158 fd = open( os.path.join(self.envname, 'VERSION'), 'w' ) 159 159 fd.write(_version) 160 160 finally:
