コード例 #1
0
ファイル: Inotify.py プロジェクト: Bcfg2/bcfg2
 def shutdown(self):
     if self.started and self.notifier:
         self.notifier.stop()
     Pseudo.shutdown(self)
コード例 #2
0
 def shutdown(self):
     if self.started and self.notifier:
         self.notifier.stop()
     Pseudo.shutdown(self)