Make cleanup a param of mn, not a separate script

Also switch from print to info statements, to enable a non-verbose
clean.  Instead of 'mnclean', now run 'mn -c'.
This commit is contained in:
Brandon Heller
2010-03-04 21:47:50 -08:00
parent 4e69ae83dd
commit 3eb5abe6a7
3 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
from os.path import join
scripts = [join('bin', filename) for filename in
['mn', 'mnclean']]
['mn']]
modname = distname = 'mininet'