Ignore:
Timestamp:
Dec 17, 2011, 6:45:25 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
b2e077a
Parents:
287d6ec
git-author:
Jessica B. Hamrick <jhamrick@…> (12/17/11 18:45:25)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/17/11 18:45:25)
Message:

Clean up import statements; fix import bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/ipp/value.py

    r5c5fe6d rd04a689  
    1 #!/usr/bin/python
    2 
    3 import sys, struct, logging
    41from .constants import OutOfBandTags, IntegerTags, OctetStringTags, CharacterStringTags
     2import sys
     3import struct
     4import logging
    55
    66# initialize logger
Note: See TracChangeset for help on using the changeset viewer.