Show
Ignore:
Timestamp:
09/06/04 17:42:34 (20 years ago)
Author:
jalet
Message:

Fix missing import statement for the signal module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/hardware.py

    r1687 r1703  
    2222# 
    2323# $Log$ 
     24# Revision 1.12  2004/09/06 15:42:34  jalet 
     25# Fix missing import statement for the signal module 
     26# 
    2427# Revision 1.11  2004/08/31 23:29:53  jalet 
    2528# Introduction of the new 'onaccountererror' configuration directive. 
     
    7073import sys 
    7174import os 
     75import signal 
    7276import popen2 
    7377from pykota.accounter import AccounterBase, PyKotaAccounterError