Commit d8a4adcc authored by Tom Niget's avatar Tom Niget

bump version and move passfd

parent a441f5e3
...@@ -6,12 +6,12 @@ from distutils.core import setup, Extension, Command ...@@ -6,12 +6,12 @@ from distutils.core import setup, Extension, Command
setup( setup(
name = 'nemu', name = 'nemu',
version = '0.3.1', version = '0.4',
description = 'A lightweight network emulator embedded in a small ' description = 'A lightweight network emulator embedded in a small '
'python library.', 'python library.',
author = 'Martina Ferrari, Alina Quereilhac', author = 'Martina Ferrari, Alina Quereilhac, Tom Niget',
author_email = 'tina@tina.pm, aquereilhac@gmail.com', author_email = 'tina@tina.pm, aquereilhac@gmail.com, tom.niget@nexedi.com',
url = 'https://github.com/NightTsarina/nemu', url = 'https://github.com/zdimensin/nemu3',
license = 'GPLv2', license = 'GPLv2',
platforms = 'Linux', platforms = 'Linux',
packages = ['nemu'], packages = ['nemu'],
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
import base64 import base64
import errno import errno
import os import os
import passfd
import re import re
import select import select
import signal import signal
...@@ -33,7 +32,7 @@ from pickle import loads, dumps ...@@ -33,7 +32,7 @@ from pickle import loads, dumps
import nemu.iproute import nemu.iproute
import nemu.subprocess_ import nemu.subprocess_
from nemu import compat from nemu import compat, passfd
from nemu.environ import * from nemu.environ import *
# ============================================================================ # ============================================================================
......
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