aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/scripts/pyroute2/netns/process/base_p2.py
blob: 402329846c041681be6e4f432fc0f1d99eabea17 (plain) (blame)
1
2
3
4
5
6
7
# By Peter V. Saveliev https://pypi.python.org/pypi/pyroute2. Dual licensed under the Apache 2 and GPLv2+ see https://github.com/svinota/pyroute2 for License details.
from pyroute2.netns.process import MetaPopen


class NSPopenBase(object):

    __metaclass__ = MetaPopen