Changes in src/sas/sasgui/perspectives/invariant/invariant.py [463e7ffc:c10d9d6c] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/invariant/invariant.py
r463e7ffc rc10d9d6c 27 27 from sas.sasgui.guiframe.plugin_base import PluginBase 28 28 29 logger = logging.getLogger(__name__)30 31 29 class Plugin(PluginBase): 32 30 """ … … 48 46 49 47 # Log startup 50 logg er.info("Invariant plug-in started")48 logging.info("Invariant plug-in started") 51 49 52 50 def get_data(self): … … 282 280 283 281 except: 284 logg er.error("invariant.set_state: %s" % sys.exc_value)282 logging.error("invariant.set_state: %s" % sys.exc_value) 285 283 286 284 def on_set_state_helper(self, event=None):
Note: See TracChangeset
for help on using the changeset viewer.