Show
Ignore:
Timestamp:
09/21/04 15:42:18 (20 years ago)
Author:
jalet
Message:

Typo

Files:
1 modified

Legend:

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

    r1729 r1730  
    2222# 
    2323# $Log$ 
     24# Revision 1.17  2004/09/21 13:42:18  jalet 
     25# Typo 
     26# 
    2427# Revision 1.16  2004/09/21 13:30:53  jalet 
    2528# First try at full SNMP handling from the Python code. 
     
    315318            if (os.environ.get("PYKOTASTATUS") != "CANCELLED") and \ 
    316319               (os.environ.get("PYKOTAACTION") != "DENY") and \ 
    317                (os.environ.get("PYKOTAPHASE") == "AFTER" : 
     320               (os.environ.get("PYKOTAPHASE") == "AFTER") : 
    318321                acc.waitPrinting() 
    319322            acc.waitIdle()