Show
Ignore:
Timestamp:
04/16/10 15:49:27 (14 years ago)
Author:
jerome
Message:

Removed gettext marker for debugging messages.
Reworked bse's patch in order to fix #54 with suggestions from mhyclak.
This code is currently UNTESTED.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/constants.py

    r3489 r3530  
    2525STATUSSTABILIZATIONLOOPS = 5  # number of consecutive times the 'idle' status must be seen before we consider it to be stable 
    2626NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds by default. 
     27FIVEMINUTES = 300 # Five minutes : maximum delay between two SNMP queries 
    2728 
    2829def get(application, varname) :