[modules/nic] remove invalid import from debug
never, ever commit debug code *rolls eyes*
This commit is contained in:
parent
1359f1000f
commit
783a52427b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Parameters:
|
|||
"""
|
||||
|
||||
import netifaces
|
||||
import subprocess21
|
||||
import subprocess
|
||||
|
||||
import bumblebee.util
|
||||
import bumblebee.input
|
||||
|
|
Loading…
Reference in a new issue