~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-22 07:02:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050322070207-1bc11ab0bd497d19
fix up uuid command

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
 
439
439
def cmd_uuid():
440
440
    """Print a newly-generated UUID."""
441
 
    print uuid()
 
441
    print bzrlib.osutils.uuid()
442
442
 
443
443
 
444
444