~ubuntu-branches/ubuntu/utopic/exabgp/utopic

« back to all changes in this revision

Viewing changes to lib/exabgp/bgp/message/open/capability/operational.py

  • Committer: Package Import Robot
  • Author(s): Henry-Nicolas Tourneur
  • Date: 2014-03-08 19:07:00 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140308190700-xjbibpg1g6001c9x
Tags: 3.3.1-1
* New upstream release
* Bump python minimal required version (2.7)
* Closes: #726066 Debian packaging improvements proposed by Vincent Bernat
* Closes: #703774 not existent rundir (/var/run/exabgp) after reboot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# encoding: utf-8
 
2
"""
 
3
operational.py
 
4
 
 
5
Created by Thomas Mangin on 2013-09-01.
 
6
Copyright (c) 2013-2013 Exa Networks. All rights reserved.
 
7
"""
 
8
 
 
9
# =================================================================== Operational
 
10
 
 
11
class Operational (list):
 
12
        def __str__ (self):
 
13
                return 'Operational'
 
14
 
 
15
        def extract (self):
 
16
                return ['']