Changeset 1768 for trunk/coopr/pysp/__init__.py
- Timestamp:
- Oct 28, 2009 8:14:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coopr/pysp/__init__.py
r1761 r1768 9 9 # _________________________________________________________________________ 10 10 11 import pyutilib.plugin 11 import pyutilib.plugin.core 12 12 13 pyutilib.plugin. PluginGlobals.push_env( "coopr.pysp" )13 pyutilib.plugin.core.PluginGlobals.push_env( "coopr.pysp" ) 14 14 15 15 from scenariotree import * … … 22 22 from ph_script import * 23 23 24 pyutilib.plugin. PluginGlobals.pop_env()24 pyutilib.plugin.core.PluginGlobals.pop_env() 25 25 26 26
Note: See TracChangeset
for help on using the changeset viewer.