/[straw]/straw/src/lib/LookupManager.py
ViewVC logotype

Diff of /straw/src/lib/LookupManager.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by juri, Fri Oct 24 17:53:15 2003 UTC revision 1.11 by juri, Sat Nov 8 16:50:17 2003 UTC
# Line 118  else: Line 118  else:
118          def poll(self, timeout=0.1):          def poll(self, timeout=0.1):
119              pass              pass
120    
121    lookupmanager_instance = None
122    
123    def get_instance():
124        global lookupmanager_instance
125        if lookupmanager_instance is None:
126            lookupmanager_instance = LookupManager()
127        return lookupmanager_instance
128    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26