~jfb-tempo-consulting/unifield-wm/sync-env-py3

« back to all changes in this revision

Viewing changes to unittest27/signals.py

  • Committer: Olivier DOSSMANN
  • Date: 2013-09-17 07:21:50 UTC
  • Revision ID: od@tempo-consulting.fr-20130917072150-gld4t6ckxstgfvvb
[NEW] Scripts that create a synchronization environment, dump files and create an archive with dumps + some scripts to restore DB and launch an OpenERP server

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        if self.called:
22
22
            self.default_handler(signum, frame)
23
23
        self.called = True
24
 
        for result in list(_results.keys()):
 
24
        for result in _results.keys():
25
25
            result.stop()
26
26
 
27
27
_results = weakref.WeakKeyDictionary()