Changeset 566
- Timestamp:
- 05/11/11 15:08:22 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-display/python/avango/display/_display.py
r523 r566 33 33 from math import * 34 34 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 36 if sys.platform != 'win32' and sys.platform != 'darwin': 37 37 import avango.daemon 38 38
Note: See TracChangeset
for help on using the changeset viewer.
