Changeset 3437 for pkipplib/trunk/tests

Show
Ignore:
Timestamp:
10/06/08 00:24:42 (16 years ago)
Author:
jerome
Message:

Removed spaces at EOL.

Location:
pkipplib/trunk/tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/tests/printjob.py

    r46 r3437  
    1 #! /usr/bin/env python 
     1y#! /usr/bin/env python 
    22# -*- coding: ISO-8859-15 -*- 
    33# 
     
    99# the Free Software Foundation, either version 3 of the License, or 
    1010# (at your option) any later version. 
    11 #  
     11# 
    1212# This program is distributed in the hope that it will be useful, 
    1313# but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1414# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1515# GNU General Public License for more details. 
    16 #  
     16# 
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • pkipplib/trunk/tests/test.py

    r45 r3437  
    11#! /usr/bin/env python 
    2 # -*- coding: UTF-8 -*- 
     2# -*- coding: utf-8 -*- 
    33# 
    44# pkipplib : IPP and CUPS support for Python 
     
    99# the Free Software Foundation, either version 3 of the License, or 
    1010# (at your option) any later version. 
    11 #  
     11# 
    1212# This program is distributed in the hope that it will be useful, 
    1313# but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1414# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1515# GNU General Public License for more details. 
    16 #  
     16# 
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     
    2323 
    2424sys.path.insert(0, "../pkipplib") 
    25 import pkipplib         
    26      
     25import pkipplib 
     26 
    2727cups = pkipplib.CUPS() 
    2828answer = cups.createSubscription("ipp://localhost/", ["printer-added", "printer-deleted"],