~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to remakeallusers.py

  • Committer: mattgiuca
  • Date: 2008-03-09 13:58:10 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:675
remakeallusers: Removed bogus return statement at the top level.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        return (flds['login'], flds['unixid'])
47
47
    uids = dict(map(repack,res))
48
48
 
49
 
    return uids[login]
50
 
 
51
49
except Exception, message:
52
50
    print "Error: " + str(message)
53
51
    sys.exit(1)