Changeset 110:861079432f31

Show
Ignore:
Timestamp:
10/29/08 01:01:58 (3 years ago)
Author:
cfreeze@…
Branch:
unix
Message:

handle pyosd not being available

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OsdAlertDevice.py

    r108 r110  
    4343 
    4444from time import sleep 
    45 import pyosd 
    4645import string 
     46 
     47try: 
     48        import pyosd 
     49except: 
     50        pass 
    4751 
    4852from AlertDevice import *