Changeset 7a1c039 for server/lib/ipp/value.py
- Timestamp:
- Mar 10, 2011, 9:54:17 PM (14 years ago)
- 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)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
server/lib/ipp/value.py
r569c377 r7a1c039 2 2 3 3 import sys, struct, logging 4 from ippconstants import *4 from .constants import OutOfBandTags, IntegerTags, OctetStringTags, CharacterStringTags 5 5 6 6 # initialize logger 7 logger = logging.getLogger( "ippLogger")7 logger = logging.getLogger(__name__) 8 8 9 9 def setter(prop):
Note: See TracChangeset
for help on using the changeset viewer.