Commit d532795a authored by Martín Ferrari's avatar Martín Ferrari

fix imports

parent 23841d8d
# vim:ts=4:sw=4:et:ai:sts=4
import os, re, socket, weakref
import os
import netns.iproute
__all__ = ['NodeInterface', 'P2PInterface', 'ForeignInterface',
......
# vim:ts=4:sw=4:et:ai:sts=4
import os, re, subprocess, sys
import os, re, socket, subprocess, sys
# helpers
def _any_to_bool(any):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment