/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/win32utils.py

  • Committer: Robert J. Tanner
  • Date: 2009-04-08 03:34:31 UTC
  • mfrom: (4266 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4267.
  • Revision ID: tanner@real-time.com-20090408033431-draj0u7nd9bbby53
Merge 1.14rc1 back bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
    If location cannot be obtained return system drive root,
287
287
    i.e. C:\
288
288
 
289
 
    Returned value can be unicode or plain sring.
 
289
    Returned value can be unicode or plain string.
290
290
    To convert plain string to unicode use
291
291
    s.decode(osutils.get_user_encoding())
292
292
    """
309
309
    """Return user name as login name.
310
310
    If name cannot be obtained return None.
311
311
 
312
 
    Returned value can be unicode or plain sring.
 
312
    Returned value can be unicode or plain string.
313
313
    To convert plain string to unicode use
314
314
    s.decode(osutils.get_user_encoding())
315
315
    """
454
454
 
455
455
def get_app_path(appname):
456
456
    """Look up in Windows registry for full path to application executable.
457
 
    Typicaly, applications create subkey with their basename
 
457
    Typically, applications create subkey with their basename
458
458
    in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\
459
459
 
460
460
    :param  appname:    name of application (if no filename extension