Revision b705c7a6 lib/jqueue.py

b/lib/jqueue.py
849 849
    """
850 850
    self.context = context
851 851
    self._memcache = weakref.WeakValueDictionary()
852
    self._my_hostname = netutils.HostInfo().name
852
    self._my_hostname = netutils.Hostname.GetSysName()
853 853

  
854 854
    # The Big JobQueue lock. If a code block or method acquires it in shared
855 855
    # mode safe it must guarantee concurrency with all the code acquiring it in

Also available in: Unified diff