Ignore:
Timestamp:
Mar 10, 2011, 9:54:17 PM (13 years ago)
Author:
Quentin Smith <quentin@…>
Branches:
no-cups
Children:
01e3017
Parents:
569c377
git-author:
Quentin Smith <quentin@…> (03/10/11 21:54:17)
git-committer:
Quentin Smith <quentin@…> (03/10/11 21:54:17)
Message:

Move IPP modules into the 'ipp' namespace

File:
1 moved

Legend:

Unmodified
Added
Removed
  • server/lib/ipp/request.py

    r569c377 r7a1c039  
    22
    33import sys, struct, logging
    4 from ippattributegroup import AttributeGroup
    5 from ippattribute import Attribute
    6 from ippvalue import Value
    7 from ippconstants import *
     4from .attributegroup import AttributeGroup
     5from .attribute import Attribute
     6from .value import Value
     7from .constants import AttributeTags
    88
    99# initialize logger
    10 logger = logging.getLogger("ippLogger")
     10logger = logging.getLogger(__name__)
    1111
    1212class Request():
Note: See TracChangeset for help on using the changeset viewer.