Revision 14850c5e

b/lib/uidpool.py
215 215
    # Release the exclusive lock and close the filedescriptor
216 216
    self._lock.Close()
217 217

  
218
  def GetUid(self):
219
    return self._uid
220

  
218 221
  def __str__(self):
219 222
    return "%s" % self._uid
220 223

  

Also available in: Unified diff