Changeset 566


Ignore:
Timestamp:
05/11/11 15:08:22 (13 months ago)
Author:
ddangelo
Message:

daemon is not available under MacOSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-display/python/avango/display/_display.py

    r523 r566  
    3333from math import * 
    3434 
    35 #The avango.daemon module is currently not available under windows 
    36 if sys.platform != 'win32': 
     35#The avango.daemon module is currently not available under windows and mac 
     36if sys.platform != 'win32' and sys.platform != 'darwin': 
    3737   import avango.daemon 
    3838 
Note: See TracChangeset for help on using the changeset viewer.