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/attributegroup.py

    r569c377 r7a1c039  
    22
    33import sys, struct, logging
    4 from ippattribute import Attribute
     4from .attribute import Attribute
    55
    66# initialize logger
    7 logger = logging.getLogger("ippLogger")
     7logger = logging.getLogger(__name__)
    88
    99class AttributeGroup(object):
Note: See TracChangeset for help on using the changeset viewer.