Ignore:
Timestamp:
Jan 12, 2012, 1:28:05 AM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
ef387cf
Parents:
2620618
git-author:
Jessica B. Hamrick <jhamrick@…> (01/12/12 01:28:05)
git-committer:
Jessica B. Hamrick <jhamrick@…> (01/12/12 01:28:05)
Message:

Add basic configuration file support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/ipp/core/constants.py

    ree8e6d0 r609a9b0  
    11__all__ = [
    2     'MiscConstants',
    32    'JobStates',
    43    'PrinterStates',
     
    1615    'CharacterStringTags',
    1716]
    18 
    19 class MiscConstants():
    20     """Miscellaneous config options for the IPP server.
    21    
    22     """
    23    
    24     IPP_VERSION = "1.1"
    25     IPP_PORT = 8000
    26 
    27     def __init__(self): pass
    2817
    2918class JobStates():
Note: See TracChangeset for help on using the changeset viewer.