Changeset 184


Ignore:
Timestamp:
01/28/09 14:06:46 (15 years ago)
Author:
bas
Message:

New version 3.0.1, small bug fix

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r182 r184  
     1=========== 3.0.1
     2        - PBSQuery
     3                * Removed a testing code line
     4                Reported By: sam @ vpac dot org
     5                Fixed by: Bas van der Vlies
     6
    17=========== 3.0.0
    28        - PBSQuery
  • trunk/debian/changelog

    r178 r184  
     1pbs-python (3.0.1-1) intrepid; urgency=low
     2
     3  * Small bug fix
     4
     5 -- root <root@rc.sara.nl>  Wed, 28 Jan 2009 13:58:43 +0100
     6
    17pbs-python (3.0.0-1) intrepid; urgency=low
    28
  • trunk/pbs_python.spec

    r178 r184  
    11Summary: This package contains the pbs python module.
    22Name: pbs_python
    3 Version: 3.0.0
     3Version: 3.0.1
    44Release: 2anl
    55License: See LICENSE
  • trunk/src/PBSQuery.py

    r180 r184  
    163163        def getqueue(self, name, attrib_list=None):
    164164                self._statqueue(name, attrib_list)
    165                 q_attrs = self.d['q_express']
    166165                return self.d[name]
    167166       
Note: See TracChangeset for help on using the changeset viewer.