Changeset 261 for cleverbox/branches
- Timestamp:
- 02/23/08 13:14:22 (4 years ago)
- Files:
-
- 1 modified
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py
r260 r261 127 127 def run(self): 128 128 self.interactive = True 129 print 'Welcome to cleverbox-admin \n' \129 print 'Welcome to cleverbox-admin v%s\n' \ 130 130 'Interactive Cleverbox administration console.\n' \ 131 "Type: '?' or 'help' for help on commands.\n" 131 "Type: '?' or 'help' for help on commands.\n" % _version 132 132 self.cmdloop() 133 133 … … 266 266 else: 267 267 docs = (self._help_client + self._help_project + self._help_initenv + self._help_upgrade) 268 print 'cleverbox-admin - The Cleverbox Administration Console '268 print 'cleverbox-admin - The Cleverbox Administration Console v%s' % _version 269 269 if not self.interactive: 270 270 print
