Merge pull request #9248 from cvrebert/patch-2

win_network mod: rm unused import of re
This commit is contained in:
Thomas S Hatch 2013-12-13 15:04:31 -08:00
commit d87cbc9b9d

View File

@ -3,9 +3,6 @@
Module for gathering and managing network information
'''
# Import python libs
import re
# Import salt libs
import salt.utils