Show
Ignore:
Timestamp:
05/28/2009 02:59:12 PM (16 months ago)
Author:
dunk <dunk@…>
Children:
37734779e67338202355fec90cf35d2a05c7b2a6
Parents:
a24368fce2686a4e3739fe8e67c66b390172f34e
git-committer:
dunk <dunk@inspo.(none)> / 2009-05-28T14:59:12Z+0100
Message:

new restarting method - takes down the whole app and recreates it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sx-actions/sxactions/__init__.py

    r203101 reb2982  
    2929import subprocess 
    3030 
     31import samuraix.main 
    3132from samuraix.plugin import Plugin 
    3233 
     
    164165            restart samurai-x. 
    165166        """ 
    166         self.app.restart() 
     167        samuraix.main.restart() 
    167168 
    168169    def action_log(self, info):