Changeset 498 for pkpgcounter

Show
Ignore:
Timestamp:
11/21/07 22:28:41 (16 years ago)
Author:
jerome
Message:

Removed the nullpage device from the computed list, if present.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/tests/gstests.py

    r497 r498  
    4444                                   and (not dev.startswith("/x11")) \ 
    4545                                   and (not dev == "/ijs") \ 
     46                                   and (not dev == "/nullpage") \ 
    4647                                   and (not dev == "/bbox") ] 
    4748        devices.sort()