source: trunk/examples/node_event_parse.py @ 356

Last change on this file since 356 was 356, checked in by martijk, 6 years ago

python3 compatible print #26732

  • Property svn:executable set to *
  • Property svn:keywords set to Id URL
File size: 278 bytes
Line 
1#!/usr/bin/env python
2#
3# Author: Bas van der Vlies <basv@sara.nl>
4# Date  : 17 Aug 2001
5# Desc. : Simple pbsnodes -a
6#
7# SVN info:
8#   $Id: node_event_parse.py 356 2018-04-11 11:57:42Z martijk $
9#   $URL: trunk/examples/node_event_parse.py $
10#
11#
12#
13
14
15import pbs
16import sys
17from PBSQuery import PBSQuery
18
19p = PBSQuery()
20node = p.getnode('gb-r7n3')
21print(node['event'])
Note: See TracBrowser for help on using the repository browser.