Changeset 873
- Timestamp:
- 06/19/07 13:59:30 (2 years ago)
- Location:
- trunk/jahtools/jbatch
- Files:
-
- 2 modified
-
balance.py (modified) (1 diff)
-
bootstrap.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jahtools/jbatch/balance.py
r632 r873 45 45 46 46 def activate( input ): 47 walk( input, turn_thread_on )47 walk( input, turn_thread_on, dev_null ) 48 48 49 49 def deactivate( input ): -
trunk/jahtools/jbatch/bootstrap.py
r868 r873 20 20 except: 21 21 sys.setdlopenflags( 257 ) 22 elif platform.system( ) == "SunOS": 23 import dl 24 sys.setdlopenflags( dl.RTLD_NOW | dl.RTLD_GLOBAL | dl.RTLD_WORLD | dl.RTLD_PARENT ) 22 25 23 26 # Initialise openpluginlib
