From b82332a6dfb454216beb997bbfb973db087fff45 Mon Sep 17 00:00:00 2001 From: DanMcInerney Date: Mon, 13 Jan 2014 04:15:54 -0500 Subject: [PATCH] minor --- LANs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/LANs.py b/LANs.py index e0354c5..1e53412 100755 --- a/LANs.py +++ b/LANs.py @@ -31,7 +31,6 @@ def module_check(module): ''' Just for debian-based systems like Kali ''' - print module ri = raw_input('[-] python-%s not installed, would you like to install now? (apt-get install -y python-%s will be run if yes) [y/n]: ' % (module, module)) if ri == 'y': os.system('apt-get install -y python-%s' % module)